Information about plays

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

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

{
    "id": 3583910,
    "uri": "https://api.kexp.org/v2/plays/3583910/?format=api",
    "airdate": "2025-11-28T03:27:39-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O’Malley’s Bar",
    "track_id": "ebcc4064-d0d9-36e6-8022-7751900d1faa",
    "recording_id": "c7787b73-253c-43c1-afa3-54fb72649a49",
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Murder Ballads",
    "release_id": "871130d5-477a-3919-a7e8-ae909f718ee0",
    "release_group_id": "4030ac23-b953-33ee-9f31-35e9f3febf86",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1996-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}