Information about plays

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

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

{
    "id": 2679879,
    "uri": "https://api.kexp.org/v2/plays/2679879/?format=api",
    "airdate": "2019-12-30T08:03:30-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/937c03a4-1575-4ae6-8748-fac31e2a7aa5/22529604336-250.jpg",
    "thumbnail_uri": "",
    "song": "Anthem",
    "track_id": "19a27e0d-e893-44af-880d-8675ee20d1cc",
    "recording_id": null,
    "artist": "Arre! Arre!",
    "artist_ids": [
        "f3752aef-0d9a-421b-a863-947a490c41a3"
    ],
    "album": "Tell Me All About Them",
    "release_id": "937c03a4-1575-4ae6-8748-fac31e2a7aa5",
    "release_group_id": null,
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Malmö, Sweden. “On every record that we have released there’s been an anthem,\" the band says, \"but this is the first time that we actually named the anthem 'Anthem'. The song is an ode to the sisterhood within the band but also sisterhood in general. With the song we want everybody to put on their dancing shoes and celebrate sisterly love!” https://arrearre.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}