Information about plays

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

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

{
    "id": 3551703,
    "uri": "https://api.kexp.org/v2/plays/3551703/?format=api",
    "airdate": "2025-09-11T12:34:41-07:00",
    "show": 64533,
    "show_uri": "https://api.kexp.org/v2/shows/64533/?format=api",
    "image_uri": "https://ia800807.us.archive.org/33/items/mbid-4408db0b-42c1-4ca9-9356-3fb50a1ab98f/mbid-4408db0b-42c1-4ca9-9356-3fb50a1ab98f-41225652856_thumb500.jpg",
    "thumbnail_uri": "https://ia800807.us.archive.org/33/items/mbid-4408db0b-42c1-4ca9-9356-3fb50a1ab98f/mbid-4408db0b-42c1-4ca9-9356-3fb50a1ab98f-41225652856_thumb250.jpg",
    "song": "I.Feel.Right.Where.I.Am",
    "track_id": "526e0522-59dd-4913-a7ba-254c1f9e5930",
    "recording_id": "b99121f5-c9ea-420f-a346-a5ff6539c533",
    "artist": "Middle Class Rut",
    "artist_ids": [
        "b19576ce-5da5-4e9a-9519-d289081f4e63"
    ],
    "album": "Strangler Days",
    "release_id": "4408db0b-42c1-4ca9-9356-3fb50a1ab98f",
    "release_group_id": "088d6e58-a135-4b3b-9c2c-f238ec7e70a9",
    "labels": [
        "Geldof Records"
    ],
    "label_ids": [
        "4c114905-f37d-4cd3-abab-b47340aaf66a"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Sacramento, California in 2006, indie rock outfit Middle Class Rut are a passionate duo featuring vocalist/guitarist  and vocalist/drummer Sean Stockham who met in the band Leisure. n 2010, Middle Class Rut released their full-length debut, 'No Name No Color'. A second album, 'Pick Up Your Head', followed in 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}