Information about plays

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

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

{
    "id": 373560,
    "uri": "https://api.kexp.org/v2/plays/373560/?format=api",
    "airdate": "2019-08-28T15:09:40-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Colors",
    "track_id": "bf09d096-4fb8-4b9b-a0d2-d7e6cee6e860",
    "recording_id": null,
    "artist": "Chong the Nomad",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Two Colors",
    "release_id": "4755a0b2-8545-4507-b9db-d6e72f193552",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP <3's local artist Chong the Nomad: https://bit.ly/2KkLiEh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}