Information about plays

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

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

{
    "id": 3579668,
    "uri": "https://api.kexp.org/v2/plays/3579668/?format=api",
    "airdate": "2025-11-18T03:51:15-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Way",
    "track_id": null,
    "recording_id": "17b9fda4-76c9-4baa-ad36-16dc1a1c44a4",
    "artist": "Dubbel Dutch",
    "artist_ids": [
        "d08d514d-764b-4c82-bd5b-bb3f63e450ba"
    ],
    "album": "Anthems From The Abyss",
    "release_id": null,
    "release_group_id": "def15487-5787-4b8a-8385-d2a0b4fb4f20",
    "labels": [
        "Rare Earth Tones"
    ],
    "label_ids": [
        "27026090-fa49-443f-80b1-52ac32d4318d"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cosmic tone poems and club anthems from the abyss.\"\n\nhttps://dubbeldutch.bandcamp.com/album/anthems-from-the-abyss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}