Information about plays

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

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

{
    "id": 3603216,
    "uri": "https://api.kexp.org/v2/plays/3603216/?format=api",
    "airdate": "2026-01-11T21:39:03-08:00",
    "show": 65626,
    "show_uri": "https://api.kexp.org/v2/shows/65626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadow & Light",
    "track_id": null,
    "recording_id": "90a50dc0-1e13-4384-a25c-363004e824af",
    "artist": "SCAR",
    "artist_ids": [
        "da14c7a3-4599-42c1-a16b-95f6cdd85d34"
    ],
    "album": "Blueprintz 02",
    "release_id": null,
    "release_group_id": "ff2450aa-7fc1-4e23-a6af-faf07114eb59",
    "labels": [
        "Metalheadz"
    ],
    "label_ids": [
        "c0192e1c-cd6b-48fe-abe0-31e495596920"
    ],
    "release_date": "2025-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}