Information about plays

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

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

{
    "id": 380994,
    "uri": "https://api.kexp.org/v2/plays/380994/?format=api",
    "airdate": "2019-09-14T23:41:04-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Knife Manual",
    "track_id": "c367a37a-1716-37a0-876b-38ff14a312d6",
    "recording_id": null,
    "artist": "Silly Killers",
    "artist_ids": [
        "16e8151e-838c-4136-8239-a0a88535df7b"
    ],
    "album": "Silly Killers",
    "release_id": "adc6dc3d-8e86-4da8-b165-4d0c28401b0c",
    "release_group_id": null,
    "labels": [
        "No Threes Records"
    ],
    "label_ids": [
        "afd5df73-7578-4fa8-b6ea-2fbdac399a41"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}