Information about plays

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

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

{
    "id": 3557525,
    "uri": "https://api.kexp.org/v2/plays/3557525/?format=api",
    "airdate": "2025-09-25T09:47:49-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://ia804500.us.archive.org/17/items/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d-40484833696_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/17/items/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d-40484833696_thumb250.jpg",
    "song": "Mint Car",
    "track_id": "8d7652c3-f598-3765-bfd3-175905792630",
    "recording_id": "1c2c67be-6e00-42f3-a7a8-63463cecd898",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wild Mood Swings",
    "release_id": "a2c67dfd-ccfe-4a80-9f9b-5691a179352d",
    "release_group_id": "022a265e-a85d-3462-988e-15228a4ca44b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Smith considers this single better than \"Friday I'm In Love\", but \" it did absolutely nothing because we weren't the band at that time. The zeitgeist wasn't right. It taught me that sometimes there's a tipping point, and if you're the band, you're the band, even if you don't want to be, and there's nothing you can do about it.\"\nhttp://bit.ly/4gKhSLi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}