Information about plays

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

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

{
    "id": 378075,
    "uri": "https://api.kexp.org/v2/plays/378075/?format=api",
    "airdate": "2019-09-07T21:01:38-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wait for the Blackout",
    "track_id": "0540f7ac-0c4d-3005-a939-a98f1b19110f",
    "recording_id": null,
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "The Black Album",
    "release_id": "efa461e2-291e-3d9e-9d74-e050b303e4bc",
    "release_group_id": null,
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1982-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}