Information about plays

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

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

{
    "id": 3578695,
    "uri": "https://api.kexp.org/v2/plays/3578695/?format=api",
    "airdate": "2025-11-15T21:15:09-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/12695508-aacc-4d0c-aac7-e3c39531b0ce/21175364992-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12695508-aacc-4d0c-aac7-e3c39531b0ce/21175364992-250.jpg",
    "song": "Radio Trash",
    "track_id": null,
    "recording_id": "72df4809-0dbf-4f9b-824b-ef70a46c41ec",
    "artist": "The Depressions",
    "artist_ids": [
        "34dfdda2-9114-4351-8239-8d406de42130"
    ],
    "album": "The Depressions",
    "release_id": null,
    "release_group_id": "bba5a987-10ac-490d-a991-c898e379f5f1",
    "labels": [
        "Barn Records"
    ],
    "label_ids": [
        "dee7e77c-6a11-4b7f-9945-f35623a96752"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Brighton, UK in the 70s.\n\nhttps://punk77.co.uk/band/the-depressions/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}