Information about plays

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

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

{
    "id": 3569787,
    "uri": "https://api.kexp.org/v2/plays/3569787/?format=api",
    "airdate": "2025-10-25T14:08:11-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "https://ia804503.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": "Where the Wild Roses Grow",
    "track_id": "efcd08bf-f7be-3d88-a049-9e6718b8a1ef",
    "recording_id": "8f9dc0f3-b592-4b28-a7af-4358e7df30e8",
    "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": "Song is a duet with fellow Aussie Kylie Minogue.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}