Information about plays

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

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

{
    "id": 350956,
    "uri": "https://api.kexp.org/v2/plays/350956/?format=api",
    "airdate": "2019-07-06T18:09:26-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killer Whale",
    "track_id": "03a12480-033f-41ca-850d-3f802825d19c",
    "recording_id": null,
    "artist": "Dark Smith",
    "artist_ids": [
        "d34ce391-0398-4d9a-bc41-fe8ae38e18a0"
    ],
    "album": "Degressive",
    "release_id": "858e2c3e-2475-4d16-afa8-f13060cfc257",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dark Smith will be playing at Greenwood Music Crawl \"nO sLEEp 'tiL gREEnWooD\" 2019 on September 1- 2nd at 1pm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}