Information about plays

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

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

{
    "id": 3614662,
    "uri": "https://api.kexp.org/v2/plays/3614662/?format=api",
    "airdate": "2026-02-08T00:04:59-08:00",
    "show": 65875,
    "show_uri": "https://api.kexp.org/v2/shows/65875/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce696baa-55f6-4e20-83cc-c78fa4ae9cae/16251613108-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce696baa-55f6-4e20-83cc-c78fa4ae9cae/16251613108-250.jpg",
    "song": "Riot of Violence",
    "track_id": null,
    "recording_id": "0b633c8c-86f8-4553-8f54-cd219f370217",
    "artist": "Kreator",
    "artist_ids": [
        "39822e8d-f24e-4f07-b51b-28b22e59fbdb"
    ],
    "album": "Pleasure to Kill",
    "release_id": null,
    "release_group_id": "8dcae7a3-9e87-3089-90fc-56baffb245eb",
    "labels": [
        "Noise International"
    ],
    "label_ids": [
        "6bbc25c4-f139-4776-88af-8d666db944dd"
    ],
    "release_date": "1986-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Kreator will be performing at MDF this year on May 23rd.\n\nhttps://www.kreator-terrorzone.de/\nhttps://deathfests.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}