Information about plays

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

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

{
    "id": 3290884,
    "uri": "https://api.kexp.org/v2/plays/3290884/?format=api",
    "airdate": "2023-12-31T09:02:40-08:00",
    "show": 59019,
    "show_uri": "https://api.kexp.org/v2/shows/59019/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bf7e7b9-4e43-4ca7-b99d-15de87fdcf03/37514915039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2bf7e7b9-4e43-4ca7-b99d-15de87fdcf03/37514915039-250.jpg",
    "song": "Goin’ Down to Sing in Texas",
    "track_id": null,
    "recording_id": "edd5689c-8c57-42e6-84cf-cb204770d600",
    "artist": "Iris DeMent",
    "artist_ids": [
        "e06aa44d-4c98-40c6-bf1d-d54637fa0bde"
    ],
    "album": "Workin' On A World",
    "release_id": null,
    "release_group_id": "670d7adb-df29-45de-a249-c692f04a44ee",
    "labels": [
        "Flariella Records"
    ],
    "label_ids": [
        "e53ba1e7-e236-48ba-b90b-a725c68fb9ee"
    ],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DeMent’s latest album started after the 2016 election with the question: how can we survive this? DeMent said, “My mom always had a way of finding the song that would prove equal to whatever situation we were facing. Throughout my life, songs have been lending me a hand. Writing songs, singing songs, putting them on records, has been a way for me to extend that hand to others.” \n\nhttps://irisdementofficial.bandcamp.com/album/workin-on-a-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}