Information about plays

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

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

{
    "id": 3630127,
    "uri": "https://api.kexp.org/v2/plays/3630127/?format=api",
    "airdate": "2026-03-17T09:47:32-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-4c0eb809-0db0-334f-a07e-bc6cd3f02286/mbid-4c0eb809-0db0-334f-a07e-bc6cd3f02286-26501104930_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-4c0eb809-0db0-334f-a07e-bc6cd3f02286/mbid-4c0eb809-0db0-334f-a07e-bc6cd3f02286-26501104930_thumb250.jpg",
    "song": "Summer’s Kiss",
    "track_id": "63bb94aa-061f-3a9a-8f1d-120f4a042353",
    "recording_id": "b094eac1-8d8b-463f-8fbf-c76ea089559c",
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Black Love",
    "release_id": "4c0eb809-0db0-334f-a07e-bc6cd3f02286",
    "release_group_id": "20a41588-240e-34d8-a6fc-19e9edb754a4",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Afghan Whigs will be playing The Showbox in Seattle on May 17th!\n\nhttps://www.showboxpresents.com/events/detail/1294480\n\nThey also performed live in the KEXP studio in 2017. Here's the video: https://www.youtube.com/watch?v=1_guTzJTIe8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}