Information about plays

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

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

{
    "id": 3547750,
    "uri": "https://api.kexp.org/v2/plays/3547750/?format=api",
    "airdate": "2025-09-01T23:26:33-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2e1dcc0-a2fe-4245-944d-1de386ba4718/24025347056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2e1dcc0-a2fe-4245-944d-1de386ba4718/24025347056-250.jpg",
    "song": "I'm Not Done (Therapy Session)",
    "track_id": null,
    "recording_id": null,
    "artist": "Fever Ray",
    "artist_ids": [
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "I'm Not Done",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rabid"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reworks of \"I'm Not Done\" from Fever Ray's 2009 S/T - https://feverray.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}