Information about plays

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

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

{
    "id": 371250,
    "uri": "https://api.kexp.org/v2/plays/371250/?format=api",
    "airdate": "2019-08-23T10:21:31-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "http://coverartarchive.org/release/e5b2ec24-8d2c-4641-8058-815cb35e67a7/18918680426-250.jpg",
    "thumbnail_uri": "",
    "song": "Not Abel",
    "track_id": "92f09936-7fce-44b0-ae13-6005ff72f597",
    "recording_id": null,
    "artist": "Hop Along",
    "artist_ids": [
        "91640d9b-b077-4271-9fb7-84f3ea543f24"
    ],
    "album": "Bark Your Head Off, Dog",
    "release_id": "e5b2ec24-8d2c-4641-8058-815cb35e67a7",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch video of when Hop Along was live in the KEXP studio last August, 2018: https://www.youtube.com/watch?v=x-zaARSR6bY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}