Information about plays

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

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

{
    "id": 3575797,
    "uri": "https://api.kexp.org/v2/plays/3575797/?format=api",
    "airdate": "2025-11-08T23:57:43-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd6a990a-9334-4010-aba1-554a5e280d13/26623546240-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd6a990a-9334-4010-aba1-554a5e280d13/26623546240-250.jpg",
    "song": "Disco III",
    "track_id": null,
    "recording_id": "0879a2e2-7deb-4690-986b-3141b722c08d",
    "artist": "SPECIAL INTEREST",
    "artist_ids": [
        "cb0a7ee8-69fe-409c-85ae-820e3f1e46d4"
    ],
    "album": "The Passion Of",
    "release_id": null,
    "release_group_id": "a9847fd1-d762-42c2-8d02-43d938d46a54",
    "labels": [
        "Thrilling Living"
    ],
    "label_ids": [
        "9210e8aa-79d7-4a4c-9297-6b81e81a56eb"
    ],
    "release_date": "2020-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}