Information about plays

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

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

{
    "id": 3420882,
    "uri": "https://api.kexp.org/v2/plays/3420882/?format=api",
    "airdate": "2024-11-03T11:23:20-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c23fa77-386b-4b6b-9fad-5d9408d375e3/21366150220-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c23fa77-386b-4b6b-9fad-5d9408d375e3/21366150220-250.jpg",
    "song": "All That I Require",
    "track_id": null,
    "recording_id": "1200dd86-1fc1-444f-8c41-2ed62ef75aaa",
    "artist": "Radney Foster",
    "artist_ids": [
        "c22de376-80d0-466e-bc06-ec1a00e9aad9"
    ],
    "album": "For You to See the Stars",
    "release_id": null,
    "release_group_id": "3198e467-87b1-4306-8ffe-f19e5ec4dbac",
    "labels": [
        "Devil's River Records"
    ],
    "label_ids": [
        "a297e108-e63f-461f-9a38-7956bac9ea8e"
    ],
    "release_date": "2017-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Foster said this song, \"is a cautionary tale. The voices of extremism and fascism are ringing loudly in our current political climate. Demagogues have historically risen to power by stoking fears during hard times. I felt compelled by Christian faith and my love of my country to release this song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}