Information about plays

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

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

{
    "id": 3560203,
    "uri": "https://api.kexp.org/v2/plays/3560203/?format=api",
    "airdate": "2025-10-01T21:04:05-07:00",
    "show": 64720,
    "show_uri": "https://api.kexp.org/v2/shows/64720/?format=api",
    "image_uri": "https://ia803108.us.archive.org/4/items/mbid-d8f7ebca-a386-4b3c-bbeb-e0f1d5130769/mbid-d8f7ebca-a386-4b3c-bbeb-e0f1d5130769-18856608847_thumb500.jpg",
    "thumbnail_uri": "https://ia903108.us.archive.org/4/items/mbid-d8f7ebca-a386-4b3c-bbeb-e0f1d5130769/mbid-d8f7ebca-a386-4b3c-bbeb-e0f1d5130769-18856608847_thumb250.jpg",
    "song": "A New Day",
    "track_id": "89e7fa04-c602-3b08-b7fc-05ed1d8807cf",
    "recording_id": "b2c4c4e0-271f-43d0-a5de-7915b95470ec",
    "artist": "The Olivia Tremor Control",
    "artist_ids": [
        "d62842be-03d8-414b-a8d6-36f4b3b563ed"
    ],
    "album": "Black Foliage: Animation Music, Volume 1",
    "release_id": "d8f7ebca-a386-4b3c-bbeb-e0f1d5130769",
    "release_group_id": "03cca69c-1529-3631-8782-6319ff470eb9",
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1999-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.oliviatremorcontrol.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}