Information about plays

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

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

{
    "id": 366333,
    "uri": "https://api.kexp.org/v2/plays/366333/?format=api",
    "airdate": "2019-08-12T09:37:13-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1%",
    "track_id": "d6fab547-bebe-46bc-9805-0c46730b367d",
    "recording_id": null,
    "artist": "Oscar",
    "artist_ids": [
        "bf9adf34-c386-4790-a853-92e96058cbde"
    ],
    "album": "HTTP404",
    "release_id": "fbd96cd0-3087-43d1-b09e-852ac38fc7fe",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}