Information about plays

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

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

{
    "id": 3554811,
    "uri": "https://api.kexp.org/v2/plays/3554811/?format=api",
    "airdate": "2025-09-19T01:37:39-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/7946180530-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/7946180530-250.jpg",
    "song": "Road, River and Rail",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": null,
    "release_group_id": "12fab6b9-4eaf-33b0-963e-cae03ac332fe",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Intermodal transportation never sounded so dreamy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}