Information about plays

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

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

{
    "id": 3635655,
    "uri": "https://api.kexp.org/v2/plays/3635655/?format=api",
    "airdate": "2026-03-30T16:58:25-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speak Easy on a Quiet Moonless Night Dub",
    "track_id": null,
    "recording_id": "aad56149-ef96-4e5c-bc30-3f1ad1a1354b",
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "Dubz of the Root",
    "release_id": null,
    "release_group_id": "46f404cc-482e-4985-adbf-b91b3fa9d58b",
    "labels": [
        "MEGAWAVE Records"
    ],
    "label_ids": [
        "86151fea-d86b-41fc-aa40-43d8fdad7a48"
    ],
    "release_date": "2021-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}