Information about plays

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

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

{
    "id": 3596961,
    "uri": "https://api.kexp.org/v2/plays/3596961/?format=api",
    "airdate": "2025-12-27T23:24:24-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brand New Age",
    "track_id": null,
    "recording_id": "1158aedd-6389-4c5b-b29d-23c533f4a70f",
    "artist": "UK Subs",
    "artist_ids": [
        "a57d7a1b-b7ef-4f36-bbf6-9f5a167cd08d"
    ],
    "album": "Brand New Age",
    "release_id": null,
    "release_group_id": "348eb2e1-4265-34db-8b4d-71a5570ffff7",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1980-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}