Information about plays

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

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

{
    "id": 3546161,
    "uri": "https://api.kexp.org/v2/plays/3546161/?format=api",
    "airdate": "2025-08-29T05:04:52-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://ia902907.us.archive.org/15/items/mbid-76213ac7-5b6b-4c2e-a78c-55c0523e14b9/mbid-76213ac7-5b6b-4c2e-a78c-55c0523e14b9-15559922220_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/15/items/mbid-76213ac7-5b6b-4c2e-a78c-55c0523e14b9/mbid-76213ac7-5b6b-4c2e-a78c-55c0523e14b9-15559922220_thumb250.jpg",
    "song": "No Way Home",
    "track_id": "ff8709e0-fa34-33ab-9f81-e5a78250aea2",
    "recording_id": "7c68e9a9-c40c-4602-8e2a-93b999281c7f",
    "artist": "Richard Hawley",
    "artist_ids": [
        "006f0783-c5a0-458b-a9da-f8551f7ebe77"
    ],
    "album": "Late Night Final",
    "release_id": "76213ac7-5b6b-4c2e-a78c-55c0523e14b9",
    "release_group_id": "d3a0e204-f169-3fed-b05d-05b39d5bcfcb",
    "labels": [
        "Setanta Records"
    ],
    "label_ids": [
        "db741e0d-3fc8-4c82-80df-832bd21b4153"
    ],
    "release_date": "2001-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"No Way Home\" is a track by Richard Hawley, released in 2001 as part of his album \"Late Night Final.\"\n\nhttps://richardhawley.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}