Information about plays

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

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

{
    "id": 3551524,
    "uri": "https://api.kexp.org/v2/plays/3551524/?format=api",
    "airdate": "2025-09-11T02:28:51-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia800602.us.archive.org/1/items/mbid-6fc1ebc0-3963-47db-a92c-3ec8401a79a3/mbid-6fc1ebc0-3963-47db-a92c-3ec8401a79a3-18031265621_thumb500.jpg",
    "thumbnail_uri": "https://ia600602.us.archive.org/1/items/mbid-6fc1ebc0-3963-47db-a92c-3ec8401a79a3/mbid-6fc1ebc0-3963-47db-a92c-3ec8401a79a3-18031265621_thumb250.jpg",
    "song": "Blue Red and Grey",
    "track_id": "74c97beb-ed8a-4829-82d7-29f4c0809bc3",
    "recording_id": "524fd7a9-bc34-4bd2-b5bd-31beaebea8d7",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "The Who by Numbers",
    "release_id": "6fc1ebc0-3963-47db-a92c-3ec8401a79a3",
    "release_group_id": "60f9782d-f382-3136-88e8-5088df5be69e",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}