Information about plays

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

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

{
    "id": 382770,
    "uri": "https://api.kexp.org/v2/plays/382770/?format=api",
    "airdate": "2019-09-19T02:53:53-07:00",
    "show": 6369,
    "show_uri": "https://api.kexp.org/v2/shows/6369/?format=api",
    "image_uri": "http://coverartarchive.org/release/a56fe1d4-278f-4bc6-ba29-d109d8f52556/15415531924-250.jpg",
    "thumbnail_uri": "",
    "song": "Exhausted",
    "track_id": "8a55d3aa-e0ad-326f-b4f7-2f563b31de04",
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Come to Where I'm From",
    "release_id": "a56fe1d4-278f-4bc6-ba29-d109d8f52556",
    "release_group_id": null,
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "2000-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}