Information about plays

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

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

{
    "id": 3521798,
    "uri": "https://api.kexp.org/v2/plays/3521798/?format=api",
    "airdate": "2025-07-02T19:25:59-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "https://ia803206.us.archive.org/4/items/mbid-c940faeb-fe12-341e-bd57-bb006bf56db3/mbid-c940faeb-fe12-341e-bd57-bb006bf56db3-15310217418_thumb500.jpg",
    "thumbnail_uri": "https://ia903206.us.archive.org/4/items/mbid-c940faeb-fe12-341e-bd57-bb006bf56db3/mbid-c940faeb-fe12-341e-bd57-bb006bf56db3-15310217418_thumb250.jpg",
    "song": "Lay Lady Lay",
    "track_id": "0d4c3dac-463d-3e3c-bd53-aedd9cee3056",
    "recording_id": "73483bd3-5047-4380-bd62-cf5037e8a114",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Nashville Skyline",
    "release_id": "c940faeb-fe12-341e-bd57-bb006bf56db3",
    "release_group_id": "2ca28746-8987-3015-b54c-75b3aa8ca1a1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Dylan originally wrote this for the soundtrack, \"Midnight Cowboy\" but submitted it too late. He recorded several versions of this track on this day and released it on Nashville Skyline in 1969.\nhttps://www.bobdylan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}