Information about plays

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

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

{
    "id": 3521916,
    "uri": "https://api.kexp.org/v2/plays/3521916/?format=api",
    "airdate": "2025-07-03T02:32:12-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/49b83438-d9b2-489b-8833-61d61f253b8c/27726650854-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49b83438-d9b2-489b-8833-61d61f253b8c/27726650854-250.jpg",
    "song": "We Live Here",
    "track_id": null,
    "recording_id": "9f9df7f3-846c-4ddf-95ab-b9ed9db01074",
    "artist": "Bob Vylan",
    "artist_ids": [
        "d1bc5be1-f552-4e2e-95ae-da8d6a4d3c17"
    ],
    "album": "We Live Here",
    "release_id": null,
    "release_group_id": "a178edb5-25c2-4620-8696-6a16bc8289c4",
    "labels": [
        "Venn Records"
    ],
    "label_ids": [
        "d84e3043-53ed-4026-b09f-2b0a6b54b7c5"
    ],
    "release_date": "2020-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Jasara in Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}