Information about plays

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

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

{
    "id": 3561271,
    "uri": "https://api.kexp.org/v2/plays/3561271/?format=api",
    "airdate": "2025-10-04T16:36:13-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia904503.us.archive.org/8/items/mbid-871130d5-477a-3919-a7e8-ae909f718ee0/mbid-871130d5-477a-3919-a7e8-ae909f718ee0-21254344708_thumb500.jpg",
    "thumbnail_uri": "https://ia804503.us.archive.org/8/items/mbid-871130d5-477a-3919-a7e8-ae909f718ee0/mbid-871130d5-477a-3919-a7e8-ae909f718ee0-21254344708_thumb250.jpg",
    "song": "Lovely Creature",
    "track_id": "9ee996f4-39e1-3b80-80af-c3dc0e13e99d",
    "recording_id": "b6eabcfc-9c4a-4419-9939-8d10d44484ba",
    "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": false,
    "is_live": false,
    "comment": "#696 Nick Cave & the Bad Seeds - Murder Ballads",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}