Information about plays

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

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

{
    "id": 3569944,
    "uri": "https://api.kexp.org/v2/plays/3569944/?format=api",
    "airdate": "2025-10-25T20:42:08-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://coverartarchive.org/release/acbd3ae2-46dd-4cf9-9445-1a47527918d6/37394872517-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/acbd3ae2-46dd-4cf9-9445-1a47527918d6/37394872517-250.jpg",
    "song": "Violet (Hole cover)",
    "track_id": null,
    "recording_id": "e92efc47-eb4d-49d3-b050-9d0cc0ac278c",
    "artist": "Filth Is Eternal",
    "artist_ids": [
        "f8a1eb61-35a2-4acf-827d-89c419361fd3"
    ],
    "album": "FADER & Friends: Volume 1",
    "release_id": null,
    "release_group_id": "dc299b33-050b-471e-86d9-954a46cfc272",
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "2023-11-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hole cover from Seattle's Filth Is Eternal!\n\nhttps://filthiseternal.bandcamp.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}