Information about plays

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

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

{
    "id": 3659573,
    "uri": "https://api.kexp.org/v2/plays/3659573/?format=api",
    "airdate": "2026-05-25T22:49:35-07:00",
    "show": 66816,
    "show_uri": "https://api.kexp.org/v2/shows/66816/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-2775aed4-ac0e-48cd-846b-b37d4982786e/mbid-2775aed4-ac0e-48cd-846b-b37d4982786e-36364155213_thumb500.jpg",
    "thumbnail_uri": "https://ia801800.us.archive.org/14/items/mbid-2775aed4-ac0e-48cd-846b-b37d4982786e/mbid-2775aed4-ac0e-48cd-846b-b37d4982786e-36364155213_thumb250.jpg",
    "song": "Any Day Now",
    "track_id": "7a2b7395-fe05-440b-b303-5b7f0d3fde4a",
    "recording_id": "782338ad-53f2-4f8e-acd0-081d837fb966",
    "artist": "Laura Groves",
    "artist_ids": [
        "7ebd27c7-e4e9-43f7-99aa-e420b48b4973"
    ],
    "album": "Radio Red",
    "release_id": "2775aed4-ac0e-48cd-846b-b37d4982786e",
    "release_group_id": "4846d70e-bbcc-4190-885a-789c739f22bc",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2023-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It could be today! - https://lauragroves.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}