Information about plays

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

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

{
    "id": 378946,
    "uri": "https://api.kexp.org/v2/plays/378946/?format=api",
    "airdate": "2019-09-10T02:13:39-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/ab0e2ea5-6a44-49e1-a6af-18ac6a11542d/1601772869-250.jpg",
    "thumbnail_uri": "",
    "song": "Wild",
    "track_id": "23407970-3054-36e4-a047-4a0f2ec9f314",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "ab0e2ea5-6a44-49e1-a6af-18ac6a11542d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP interview with Victoria Legrand of Beach House: https://www.kexp.org/read/2019/4/29/victoria-legrand-beach-house-sacredness-fireflies-and-much-more/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}