Information about plays

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

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

{
    "id": 3602559,
    "uri": "https://api.kexp.org/v2/plays/3602559/?format=api",
    "airdate": "2026-01-10T06:17:57-08:00",
    "show": 65611,
    "show_uri": "https://api.kexp.org/v2/shows/65611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "These Are the Days",
    "track_id": null,
    "recording_id": "b70728c2-2276-408c-ad4a-ab903becb7d2",
    "artist": "Inhaler",
    "artist_ids": [
        "aed63829-e917-498b-bb7f-cf76459702dc"
    ],
    "album": "Cuts & Bruises",
    "release_id": null,
    "release_group_id": "86185e98-f3b0-4731-acc2-e54ae656cf4d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2023-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}