Information about plays

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

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

{
    "id": 3553768,
    "uri": "https://api.kexp.org/v2/plays/3553768/?format=api",
    "airdate": "2025-09-16T12:40:11-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia600201.us.archive.org/10/items/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5-2096273140_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/10/items/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5/mbid-cac245c3-76f7-4c94-896d-bd497ce640a5-2096273140_thumb250.jpg",
    "song": "Here Should Be My Home",
    "track_id": "ede18969-7186-3ba7-b871-f948ef04c789",
    "recording_id": "57cbe34f-b70b-494a-b849-69ab03b292fd",
    "artist": "No Age",
    "artist_ids": [
        "55821c25-bd47-4f67-baf8-17ccd2cf1c86"
    ],
    "album": "Nouns",
    "release_id": "cac245c3-76f7-4c94-896d-bd497ce640a5",
    "release_group_id": "a6a476d1-caa7-3641-b8a6-597c4b06886c",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted and interviewed this noise rock duo in the KEXP studio in 2018: https://www.youtube.com/watch?v=Y8zDjxCtAi0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}