Information about plays

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

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

{
    "id": 3601013,
    "uri": "https://api.kexp.org/v2/plays/3601013/?format=api",
    "airdate": "2026-01-06T13:11:20-08:00",
    "show": 65580,
    "show_uri": "https://api.kexp.org/v2/shows/65580/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chateau D'eau",
    "track_id": "cd22fd50-6397-49ee-bc94-969eafa6eaa7",
    "recording_id": "ce73e3ad-3634-48c4-a7c3-a380d89e57b9",
    "artist": "Double Mixte",
    "artist_ids": [
        "86f1ace2-fc6e-4140-989f-ab5f251c3fcd"
    ],
    "album": "After Dark 4",
    "release_id": "d3436faf-7848-4b12-aa1d-bc3fe5b51765",
    "release_group_id": "b3dacb5a-0bb5-44ef-8630-c3c00697642f",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2022-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Double Mixte is Parisian duo Clara Apolit and Thomas Maan. The duo met in Paris & there was an immediate pull to create music together. They pooled their combined interest in powerful narrative & dark 70’s French film music to write lyrically vivid songs. In 2017, Thomas reached out to Johnny Jewel who joined them in this collaboration.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}