Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3578017/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3578017,
    "uri": "https://api.kexp.org/v2/plays/3578017/?format=api",
    "airdate": "2025-11-14T09:34:28-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6f59916-965f-4d15-abf6-bad4fb372837/24875996093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6f59916-965f-4d15-abf6-bad4fb372837/24875996093-250.jpg",
    "song": "Mrs. Robinson",
    "track_id": null,
    "recording_id": "c2e0b82f-5b4a-4a1a-a45d-c057846bcb9c",
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "It’s a Shame About Ray",
    "release_id": null,
    "release_group_id": "d8cf6f02-a68b-4b73-be3e-746fb5a5adf6",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1992-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See The Lemonheads perform this Simon & Garfunkel cover at The Pumpehuset in Copenhagen, Denmark, in 2022: https://www.youtube.com/watch?v=piOV-1RAWSc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}