Information about plays

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

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

{
    "id": 3539376,
    "uri": "https://api.kexp.org/v2/plays/3539376/?format=api",
    "airdate": "2025-08-13T00:15:47-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://dn721504.ca.archive.org/0/items/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974-42145660365_thumb500.jpg",
    "thumbnail_uri": "https://ia800900.us.archive.org/6/items/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974-42145660365_thumb250.jpg",
    "song": "My Life is Dumb",
    "track_id": "1522a4e5-cdff-4102-ac1a-60c99570f18f",
    "recording_id": "59330b72-891d-4c3c-9c5d-25d80d3ba363",
    "artist": "Monsterwatch",
    "artist_ids": [
        "57ed819b-abb3-40a7-8c56-4bea53754710"
    ],
    "album": "The Head",
    "release_id": "bdce6e4f-ee13-4b96-a5f0-a432e8d79974",
    "release_group_id": "c7a18075-f38a-4811-ad2e-7a59880d678c",
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle band Monsterwatch! https://monsterwatch.bandcamp.com/album/the-head",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}