Information about plays

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

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

{
    "id": 2670925,
    "uri": "https://api.kexp.org/v2/plays/2670925/?format=api",
    "airdate": "2019-12-09T09:40:59-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf9ccaf9-3b92-4372-9ea0-9044951710fd/22759015784-250.jpg",
    "thumbnail_uri": "",
    "song": "Boys in the Better Land",
    "track_id": "22c08790-d101-4a94-b19b-862266abcae5",
    "recording_id": null,
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "Dogrel",
    "release_id": "cf9ccaf9-3b92-4372-9ea0-9044951710fd",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BREAKING NEWS: Fontaines D.C have finished recording their Beach Boys-inspired second album. “I don’t know how we’ve found time to do it all, but we have. We’ve made it in LA, as this record is a lot more influenced by The Beach Boys, so we wanted to go to California. These songs are much more considered, in the details of the song arrangements.” The Irish Times has a great writeup of last night's homecoming show in Dublin: https://www.irishtimes.com/culture/music/fontaines-d-c-come-home-vicar-street-erupts-in-ecstasy-1.4109259",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}