Information about plays

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

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

{
    "id": 382961,
    "uri": "https://api.kexp.org/v2/plays/382961/?format=api",
    "airdate": "2019-09-19T13:08:39-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?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": true,
    "is_request": false,
    "is_live": false,
    "comment": "Moon Palace is playing Friday, September 20th at Clock-out Lounge with Mirrorgloss\nand Ex Licks. More info: https://bit.ly/2m0kDRl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}