Information about plays

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

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

{
    "id": 3429472,
    "uri": "https://api.kexp.org/v2/plays/3429472/?format=api",
    "airdate": "2024-11-24T11:28:20-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef3e365d-7a08-4027-91a4-8b04b165443d/32281835016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef3e365d-7a08-4027-91a4-8b04b165443d/32281835016-250.jpg",
    "song": "Rock Island Line",
    "track_id": null,
    "recording_id": "098ebd26-4401-4395-8980-ddd89aa32b16",
    "artist": "Lonnie Donegan",
    "artist_ids": [
        "a021814d-8911-481d-903a-bbbfc6d24068"
    ],
    "album": "Lonnie Donegan & The Original Hits of the Skiffle Explosion",
    "release_id": null,
    "release_group_id": "9d2ef02f-edef-420a-9a5d-fc0bd796aab3",
    "labels": [
        "Big3"
    ],
    "label_ids": [
        "d9950c05-9d82-42e1-9737-f8817e5f5d55"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Scottish “king of Skiffle” had a hit in 1956 with this cover of a 1934 railroad song. Skiffle referred to music from people with little money for instruments, becoming popular in post-war England.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}