Information about plays

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

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

{
    "id": 3572883,
    "uri": "https://api.kexp.org/v2/plays/3572883/?format=api",
    "airdate": "2025-11-02T01:27:07-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f2a8a8b-60f2-4051-bc7a-a0572bb7338a/35511535845-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f2a8a8b-60f2-4051-bc7a-a0572bb7338a/35511535845-250.jpg",
    "song": "The Talisman and the Blade",
    "track_id": null,
    "recording_id": "be0c38dc-d2f3-4959-82eb-434117a58fc7",
    "artist": "Smoulder",
    "artist_ids": [
        "45e0e1a6-d574-4fa4-ae10-bb7652c5138d"
    ],
    "album": "Violent Creed of Vengeance",
    "release_id": null,
    "release_group_id": "d2f07c36-3f66-454f-99d5-8e55f17bc52f",
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [
        "03566699-43bf-4727-832b-a4cf7d2a43c7"
    ],
    "release_date": "2023-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second album from this Toronto based band featuring members of Olórin.\n\nhttps://smoulder.bandcamp.com/album/violent-creed-of-vengeance",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}