Information about plays

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

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

{
    "id": 3558545,
    "uri": "https://api.kexp.org/v2/plays/3558545/?format=api",
    "airdate": "2025-09-27T21:20:52-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/404e2929-e4c3-49db-bc59-7e98f479b760/25953584784-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/404e2929-e4c3-49db-bc59-7e98f479b760/25953584784-250.jpg",
    "song": "I Need You",
    "track_id": null,
    "recording_id": "42c4a8fc-f77c-4464-b82c-23281be9b6e8",
    "artist": "Off With Their Heads",
    "artist_ids": [
        "552eb96a-7e91-439d-82d2-099804b75939"
    ],
    "album": "In Desolation",
    "release_id": null,
    "release_group_id": "f42bf082-11b9-4341-8da0-fc4e404b45fb",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2010-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off With Their Heads will be playing with Toys that Kill at El Corazon in Seattle on November 23rd.\n\nhttps://www.bandsintown.com/a/15163-off-with-their-heads",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}