Information about plays

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

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

{
    "id": 3614922,
    "uri": "https://api.kexp.org/v2/plays/3614922/?format=api",
    "airdate": "2026-02-08T16:26:23-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance on Your Knees (12″ version)",
    "track_id": null,
    "recording_id": "305b30d8-4245-49dc-b0aa-9ec83145ec46",
    "artist": "Daryl Hall & John Oates",
    "artist_ids": [
        "debabff3-2559-46e5-862d-ef2a906d7010"
    ],
    "album": "Big Bam Boom",
    "release_id": null,
    "release_group_id": "bfa5e4c2-ac23-37b3-8d84-5664f58dc2e0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1984-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}