Information about plays

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

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

{
    "id": 3581468,
    "uri": "https://api.kexp.org/v2/plays/3581468/?format=api",
    "airdate": "2025-11-22T14:41:10-08:00",
    "show": 65180,
    "show_uri": "https://api.kexp.org/v2/shows/65180/?format=api",
    "image_uri": "https://ia801602.us.archive.org/33/items/mbid-b3fdc1ce-7561-45a2-9a81-853f988859c8/mbid-b3fdc1ce-7561-45a2-9a81-853f988859c8-34849885476_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-b3fdc1ce-7561-45a2-9a81-853f988859c8/mbid-b3fdc1ce-7561-45a2-9a81-853f988859c8-34849885476_thumb250.jpg",
    "song": "Ghosts Again",
    "track_id": "a8434191-6822-49e5-8569-a58da178c180",
    "recording_id": "75797f85-3332-4039-a7dc-0e375405b902",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Memento Mori",
    "release_id": "da0e6fe4-c1f4-49bf-8561-69d796ca5f6c",
    "release_group_id": "5db2f1f0-ae05-4de2-930d-b0d3cea31d15",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2023-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Depeche Mode’s fifteenth studio album, ‘Memento Mori,’ was released on March 24, 2023, through Columbia Records. The album was produced by James Ford and marks Depeche Mode’s first album in six years since 2017’s ‘Spirit.’  The album is the first Depeche Mode studio album to be recorded and released as a duo, after the death of co-founder and keyboardist Andy Fletcher on 26 May 2022.\n\nThe album received praise for its themes of death and mortality.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}