Information about plays

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

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

{
    "id": 3568183,
    "uri": "https://api.kexp.org/v2/plays/3568183/?format=api",
    "airdate": "2025-10-21T18:46:57-07:00",
    "show": 64897,
    "show_uri": "https://api.kexp.org/v2/shows/64897/?format=api",
    "image_uri": "https://ia601306.us.archive.org/8/items/mbid-58b3201d-fb9c-4d4d-832e-f48507f6fe1c/mbid-58b3201d-fb9c-4d4d-832e-f48507f6fe1c-36552186688_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/8/items/mbid-58b3201d-fb9c-4d4d-832e-f48507f6fe1c/mbid-58b3201d-fb9c-4d4d-832e-f48507f6fe1c-36552186688_thumb250.jpg",
    "song": "Get Down Moses",
    "track_id": "3b373d83-e364-3c4e-90d4-8449a9d1ed0e",
    "recording_id": "f200c29f-82c0-4a69-9230-236ac723deec",
    "artist": "Joe Strummer & the Mescaleros",
    "artist_ids": [
        "39c1e474-647e-42ef-a157-fcfb30c2c2ff"
    ],
    "album": "Streetcore",
    "release_id": "58b3201d-fb9c-4d4d-832e-f48507f6fe1c",
    "release_group_id": "56d7dcc5-2c78-3518-b8c2-b7964a758144",
    "labels": [
        "Hellcat Records"
    ],
    "label_ids": [
        "5c5e0ca2-8819-4b3b-8b43-59943780c2b6"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third and final album from Joe Strummer & the Mescaleros was released on this day in 2003. The album was completed after the passing of the band's frontman Joe Strummer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}