Information about plays

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

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

{
    "id": 3546733,
    "uri": "https://api.kexp.org/v2/plays/3546733/?format=api",
    "airdate": "2025-08-30T14:18:17-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://ia903205.us.archive.org/26/items/mbid-119c8ef7-0f97-4249-b225-394833904db5/mbid-119c8ef7-0f97-4249-b225-394833904db5-26297183875_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/26/items/mbid-119c8ef7-0f97-4249-b225-394833904db5/mbid-119c8ef7-0f97-4249-b225-394833904db5-26297183875_thumb250.jpg",
    "song": "Good to Sea",
    "track_id": "6a93328f-1fea-3e2b-b1a4-69049cb54e23",
    "recording_id": "ae62c159-b381-45f9-ab35-7fa5d934570c",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Autumn of the Seraphs",
    "release_id": "119c8ef7-0f97-4249-b225-394833904db5",
    "release_group_id": "d73f89a4-f5ed-374b-9b72-e857654b676c",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2007-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinback named their band after John Carpenter's character in his directorial debut, 1974's \"Dark Star\".\n\nWe hosted the band Live in the KEXP Studio nearly 11 years ago.\nhttps://youtu.be/WaSeHrVJV5I.\n\nhttps://pinback.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}