Information about plays

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

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

{
    "id": 3570732,
    "uri": "https://api.kexp.org/v2/plays/3570732/?format=api",
    "airdate": "2025-10-27T20:25:02-07:00",
    "show": 64952,
    "show_uri": "https://api.kexp.org/v2/shows/64952/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7440fac-605f-4188-b25d-0fae685fadb4/8433104434-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7440fac-605f-4188-b25d-0fae685fadb4/8433104434-250.jpg",
    "song": "El Coo Cooi",
    "track_id": null,
    "recording_id": "df4975ce-e4e5-4ee3-85fa-e95c8f71b1d9",
    "artist": "Voodoo Glow Skulls",
    "artist_ids": [
        "2ac08359-7091-479a-a397-6eac56683218"
    ],
    "album": "Firme",
    "release_id": null,
    "release_group_id": "61db1d32-e397-380b-80bc-a2a424d12b6b",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1995-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Eric -- Thanks for the request!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}