Information about plays

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

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

{
    "id": 3551565,
    "uri": "https://api.kexp.org/v2/plays/3551565/?format=api",
    "airdate": "2025-09-11T04:19:40-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://coverartarchive.org/release/6fa5895e-dd41-4cdf-ab1a-7beef8b94793/35479281697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6fa5895e-dd41-4cdf-ab1a-7beef8b94793/35479281697-250.jpg",
    "song": "White Stone Eyes",
    "track_id": null,
    "recording_id": "41fd6da7-ea42-41e1-b6bb-f5fbaec67eb5",
    "artist": "Dead Bob",
    "artist_ids": [
        "d39ffe1a-ef5d-4f01-8a14-8f7195b4ce86"
    ],
    "album": "Life Like",
    "release_id": null,
    "release_group_id": "ab53e625-74af-4a09-a8ff-e1c08dbae596",
    "labels": [
        "Wrong"
    ],
    "label_ids": [],
    "release_date": "2023-04-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "John Wright ex-NoMeansNo solo album\nhttps://deadbob.bandcamp.com/album/life-like",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}