Information about plays

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

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

{
    "id": 3570417,
    "uri": "https://api.kexp.org/v2/plays/3570417/?format=api",
    "airdate": "2025-10-27T00:01:46-07:00",
    "show": 64944,
    "show_uri": "https://api.kexp.org/v2/shows/64944/?format=api",
    "image_uri": "https://coverartarchive.org/release/48530a63-73bb-4fc8-a673-a908c7b63469/37307438061-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48530a63-73bb-4fc8-a673-a908c7b63469/37307438061-250.jpg",
    "song": "Mental Decay",
    "track_id": null,
    "recording_id": "d3bab0d1-0f87-4272-9844-f2c8969d2491",
    "artist": "Necrophagia",
    "artist_ids": [
        "f65a3677-c6dc-47e4-afd8-ec364f2e3035"
    ],
    "album": "Season of the Dead",
    "release_id": null,
    "release_group_id": "faca677c-ce18-3573-b3c9-b355f316b7c7",
    "labels": [
        "Red Stream Inc."
    ],
    "label_ids": [
        "cc50035d-52b9-45ed-ab3d-5049345c1dba"
    ],
    "release_date": "1987-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}