Information about plays

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

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

{
    "id": 371853,
    "uri": "https://api.kexp.org/v2/plays/371853/?format=api",
    "airdate": "2019-08-24T19:19:54-07:00",
    "show": 6194,
    "show_uri": "https://api.kexp.org/v2/shows/6194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gamma Ray",
    "track_id": "572b8ce8-d352-44c5-a0be-fff26931e6b7",
    "recording_id": null,
    "artist": "Moon Palace",
    "artist_ids": [
        "8861e167-bb29-472a-a25f-d8c827ac0c01"
    ],
    "album": "Shadowcast",
    "release_id": "27fabe6b-e474-4e24-b84f-180372cd0889",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}