Information about plays

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

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

{
    "id": 3557495,
    "uri": "https://api.kexp.org/v2/plays/3557495/?format=api",
    "airdate": "2025-09-25T07:54:28-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://coverartarchive.org/release/a661d5b0-7f4d-46e0-966b-55dc1eee254b/23052516054-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a661d5b0-7f4d-46e0-966b-55dc1eee254b/23052516054-250.jpg",
    "song": "Boys Don’t Cry",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Three Imaginary Boys",
    "release_id": null,
    "release_group_id": "76dc56cc-0f0f-31df-90cc-4522ca211a0d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1979-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2020, Robert Smith reflected on \"Boys Don't Cry\": \n\"...As an English boy at the time, you’re encouraged not to show your emotion to any degree. And I couldn’t help but show my emotions when I was younger. I never found it awkward showing my emotions. I couldn’t really continue without showing my emotions; you’d have to be a pretty boring singer to do that.\n\n“So I kind of made a big thing about it. I thought, ‘Well, it’s part of my nature to rail against being told not to do something’.”\n\nhttps://faroutmagazine.co.uk/robert-smith-explains-the-cure-boys-dont-cry/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}