Information about plays

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

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

{
    "id": 3557960,
    "uri": "https://api.kexp.org/v2/plays/3557960/?format=api",
    "airdate": "2025-09-26T12:43:18-07:00",
    "show": 64665,
    "show_uri": "https://api.kexp.org/v2/shows/64665/?format=api",
    "image_uri": "https://ia803206.us.archive.org/20/items/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc-3202019918_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/20/items/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc-3202019918_thumb250.jpg",
    "song": "Second Song",
    "track_id": "152bf4d4-f93e-3dde-91f4-7714af2244aa",
    "recording_id": "5559e9ad-0db9-4b95-b310-8b84286f5ce2",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Nine Types of Light",
    "release_id": "47f13ded-3dc3-456f-ba4f-39bce30da7bc",
    "release_group_id": "f9fd1c99-a2e5-49c0-ad01-ce37bc23f94d",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2011-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TV on the Radio has two Bay Area dates coming up! \n\n-SF on October 11th at The Warfield\n\n-Oakland on October 12th at the Fox Theater\n\nThe band created an accompanying film to go with their 2011 album, an hourlong visual companion that offers music videos for all of Nine Types of Light's tracks. Packaged with a deluxe version of the CD, the film also exists on YouTube in its entirety:\nhttps://www.youtube.com/watch?v=8B5GP0AiQMc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}