Information about plays

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

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

{
    "id": 3429473,
    "uri": "https://api.kexp.org/v2/plays/3429473/?format=api",
    "airdate": "2024-11-24T11:29:48-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3b1311-6024-4388-88a7-f315948e39de/36118626530-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e3b1311-6024-4388-88a7-f315948e39de/36118626530-250.jpg",
    "song": "Rock Island Line",
    "track_id": null,
    "recording_id": "8d4a365b-a585-4855-9216-260566af893d",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "The Complete Lost Lennon Tapes - Volume 3 & 4",
    "release_id": null,
    "release_group_id": "99dd5b4f-7935-4c3e-a1ab-98102be97fe4",
    "labels": [
        "Walrus"
    ],
    "label_ids": [
        "371314b8-3790-4a9f-a088-d485dbbed7ad"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beatle recorded this traditional song at home in 1978. John Lomax first recorded this song in 1934 at the Cummins State Prison farm in Arkansas from the inmate composer, Kelly Pace.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}