Information about plays

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

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

{
    "id": 3547945,
    "uri": "https://api.kexp.org/v2/plays/3547945/?format=api",
    "airdate": "2025-09-02T10:10:12-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia800409.us.archive.org/13/items/mbid-c00b6811-24a5-4133-9e18-10c6c729fd0c/mbid-c00b6811-24a5-4133-9e18-10c6c729fd0c-18671215616_thumb500.jpg",
    "thumbnail_uri": "https://ia800409.us.archive.org/13/items/mbid-c00b6811-24a5-4133-9e18-10c6c729fd0c/mbid-c00b6811-24a5-4133-9e18-10c6c729fd0c-18671215616_thumb250.jpg",
    "song": "Jonny Guitar Calling Gosta Berlin",
    "track_id": "3abc4565-1775-4c24-82db-afca48a23465",
    "recording_id": "039a4787-9a60-4cb3-b6e2-b164d7a5831c",
    "artist": "Snapped Ankles",
    "artist_ids": [
        "9c4da506-4fbd-4001-8bde-d0cff3e2a278"
    ],
    "album": "Come Play The Trees",
    "release_id": "c00b6811-24a5-4133-9e18-10c6c729fd0c",
    "release_group_id": "d1811114-596c-4488-aa46-9b03ca9271c1",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, my!  Don't miss this entire 2019 performance, hosted by Cheryl and Kevin Cole, by Snapped Ankles during our International Clash Day broadcast from London (It included this song!): https://www.youtube.com/watch?v=MUJ25deV0Is",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}