Information about plays

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

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

{
    "id": 3551492,
    "uri": "https://api.kexp.org/v2/plays/3551492/?format=api",
    "airdate": "2025-09-11T01:00:32-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia801401.us.archive.org/26/items/mbid-3962f99b-8d61-469a-b6d0-b4f1ca14f668/mbid-3962f99b-8d61-469a-b6d0-b4f1ca14f668-19552680044_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/26/items/mbid-3962f99b-8d61-469a-b6d0-b4f1ca14f668/mbid-3962f99b-8d61-469a-b6d0-b4f1ca14f668-19552680044_thumb250.jpg",
    "song": "Red Turned White",
    "track_id": "f86596ca-3faa-322a-a06f-854a6f64d5cd",
    "recording_id": "c06b4bce-6409-4c7e-9127-a9d546e459d2",
    "artist": "Architecture in Helsinki",
    "artist_ids": [
        "b91f0973-002e-4237-a39f-c7e02e786e53"
    ],
    "album": "Places Like This",
    "release_id": "3962f99b-8d61-469a-b6d0-b4f1ca14f668",
    "release_group_id": "4513f038-76be-3aeb-a99d-ffd98c1369a8",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2007-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Architecture in Helsinki was an Australian indie pop band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}