Information about plays

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

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

{
    "id": 378891,
    "uri": "https://api.kexp.org/v2/plays/378891/?format=api",
    "airdate": "2019-09-09T22:04:00-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Loves the Sunshine",
    "track_id": "156b5d00-32ad-4313-8dec-6c6075b1a3c4",
    "recording_id": null,
    "artist": "Gabriele Poso",
    "artist_ids": [
        "b9672e6e-813b-421b-9359-b0e0a63ed420"
    ],
    "album": "Awakening",
    "release_id": "a0bd8232-5fe4-49c0-81a7-f189f3828365",
    "release_group_id": null,
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opolopo Remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}