Information about plays

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

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

{
    "id": 3572576,
    "uri": "https://api.kexp.org/v2/plays/3572576/?format=api",
    "airdate": "2025-11-01T11:48:07-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tune In",
    "track_id": null,
    "recording_id": "2b80657d-3dbc-4b7d-b896-c097fd4df16e",
    "artist": "Top Cat, Kaya Fyah & Izachar",
    "artist_ids": [
        "de7a3306-5466-4223-affc-f23ac39d4710",
        "500f4914-9985-49d7-9a7c-e6a7d8c1e21c",
        "add354a6-c650-4004-8c61-66bda7e3818d"
    ],
    "album": "1994 (Born In The Jungle)",
    "release_id": null,
    "release_group_id": "6f777cef-2e16-4222-b5d9-f96954bcfae0",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks everyone for TUNING IN\n\nHave a great rest of your weekend and catch me on my Overnight every Tuesday 1-5am or in the streaming archive anytime!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}