Information about plays

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

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

{
    "id": 3604963,
    "uri": "https://api.kexp.org/v2/plays/3604963/?format=api",
    "airdate": "2026-01-16T05:30:49-08:00",
    "show": 65663,
    "show_uri": "https://api.kexp.org/v2/shows/65663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coldsweat",
    "track_id": "1313c34d-6575-333c-9762-10cdc72d8188",
    "recording_id": "0c72752d-9177-4ffb-a8a9-0d6750f80fc3",
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life’s Too Good",
    "release_id": "4c4970b2-b955-420d-98c2-27cc9b81036a",
    "release_group_id": "972b3962-49dc-3bbc-ab11-c6b8f7f0838b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Coldsweat” is a song by The Sugarcubes from their debut studio album Life’s Too Good (1988). It was released in January 1988 as the follow-up single to their international debut breakout hit “Birthday”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}