Information about plays

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

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

{
    "id": 3522800,
    "uri": "https://api.kexp.org/v2/plays/3522800/?format=api",
    "airdate": "2025-07-05T02:01:11-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a55f32d-37b9-427b-92cf-1cb40335fc5d/18927202576-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a55f32d-37b9-427b-92cf-1cb40335fc5d/18927202576-250.jpg",
    "song": "Hollywood",
    "track_id": null,
    "recording_id": "bdff6f48-ceaf-4f2e-b53d-a8d479630eb0",
    "artist": "Bastion",
    "artist_ids": [
        "7953bf7a-0efd-4920-86ac-1379952b8034"
    ],
    "album": "Bastion",
    "release_id": null,
    "release_group_id": "401d57b9-e5b5-40cd-bb8f-0543b0880c4f",
    "labels": [
        "PGP-RTB"
    ],
    "label_ids": [
        "b4bec309-66cd-48e3-9365-cd2199df8bc0"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://accrecords.bandcamp.com/album/bastion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}