Information about plays

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

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

{
    "id": 3421734,
    "uri": "https://api.kexp.org/v2/plays/3421734/?format=api",
    "airdate": "2024-11-05T13:04:03-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://coverartarchive.org/release/34bf0064-0b15-4759-9964-d177c58fc7d8/19800314051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34bf0064-0b15-4759-9964-d177c58fc7d8/19800314051-250.jpg",
    "song": "(Don’t Worry) If There’s a Hell Below We’re All Going to Go",
    "track_id": null,
    "recording_id": "130d506e-a1da-42cf-bf04-5fc449d4b74d",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Curtis",
    "release_id": null,
    "release_group_id": "0c24e81f-b710-3e24-a4fa-12950e153585",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1970-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Hell Below\" was Curtis Mayfield's debut single as a solo artist after stepping down from The Impressions. The track shows a darker side to Mayfield's songwriting. AV club says of the track, \"he annihilates all racial barriers with a simple, horrific reassurance: “Don’t worry… If there’s hell below, we’re all going to go!” https://bit.ly/2YZV1nW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}