Information about plays

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

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

{
    "id": 3587839,
    "uri": "https://api.kexp.org/v2/plays/3587839/?format=api",
    "airdate": "2025-12-07T00:05:26-08:00",
    "show": 65310,
    "show_uri": "https://api.kexp.org/v2/shows/65310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enter the Grave",
    "track_id": null,
    "recording_id": "841a800b-9bfe-499c-94a2-1db3d455f729",
    "artist": "Evile",
    "artist_ids": [
        "5540499f-8ab5-404f-a781-e959b1dc2778"
    ],
    "album": "Enter the Grave",
    "release_id": null,
    "release_group_id": "638c87ee-4ca1-3516-90b7-dfa3b2eac0e3",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "2007-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Huddersfield, West Yorkshire, England. Still ripping!\nhttps://evile.bandcamp.com/album/the-unknown",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}