Information about plays

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

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

{
    "id": 3579019,
    "uri": "https://api.kexp.org/v2/plays/3579019/?format=api",
    "airdate": "2025-11-16T15:31:38-08:00",
    "show": 65128,
    "show_uri": "https://api.kexp.org/v2/shows/65128/?format=api",
    "image_uri": "https://ia904503.us.archive.org/24/items/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a-7946212058_thumb500.jpg",
    "thumbnail_uri": "https://ia904503.us.archive.org/24/items/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a-7946212058_thumb250.jpg",
    "song": "Pink Orange Red",
    "track_id": "66ee9c60-e9f6-4925-8661-a083f92c5a6b",
    "recording_id": "88d723ae-c4bb-44e2-b4d0-9596cc00c47f",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Tiny Dynamine",
    "release_id": "54c8f9e0-78ba-4083-b2fa-557af3cbeb5a",
    "release_group_id": "87b135ad-694b-3fb5-9ce9-d7cf893bb3e1",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1985-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released \"yesterday\" (November 15th) in 1985!\n\nSimon Raymond confides, \"\"I don't really think of us as songwriters. In the traditional sense, they're not songs at all. Songwriters, to me, mean people who sit down with an acoustic guitar and piano, methodically working out the right chords, what words go with these chords, fitting it all in.\n\n\"We don't work like that. It's usually, turn the tape recorder on and hopefully, in ten minutes, we have something. Then Liz will come down, listen, and sing. It's not like songwriting, it's music.\" https://tinyurl.com/mr2tt8x4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}