Information about plays

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

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

{
    "id": 3554247,
    "uri": "https://api.kexp.org/v2/plays/3554247/?format=api",
    "airdate": "2025-09-17T16:22:07-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia902801.us.archive.org/20/items/mbid-c8729e68-c4a0-4975-b7a2-291ea2e708bd/mbid-c8729e68-c4a0-4975-b7a2-291ea2e708bd-968857562_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/20/items/mbid-c8729e68-c4a0-4975-b7a2-291ea2e708bd/mbid-c8729e68-c4a0-4975-b7a2-291ea2e708bd-968857562_thumb250.jpg",
    "song": "Last Train to London",
    "track_id": "de38725e-e337-3f41-a64a-4fc2a7276ee8",
    "recording_id": "7e8688ce-8d76-4b36-8d76-c0da7b2bfb18",
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "Discovery",
    "release_id": "c8729e68-c4a0-4975-b7a2-291ea2e708bd",
    "release_group_id": "e4f25e55-94d2-3037-a826-b3610490ea2d",
    "labels": [
        "Jet Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ELO's eighth studio album and the band's first chart topper album in the United Kingdom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}