Information about plays

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

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

{
    "id": 380978,
    "uri": "https://api.kexp.org/v2/plays/380978/?format=api",
    "airdate": "2019-09-14T23:08:32-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Gain⁓A Loss",
    "track_id": "5311bdf1-bd36-33be-9f01-f3da30ffbf8d",
    "recording_id": null,
    "artist": "The Plugz",
    "artist_ids": [
        "d2a4b845-6485-4392-8a2d-8d3fa466e995"
    ],
    "album": "Electrify Me",
    "release_id": "1ca4ae84-d7b3-4a0a-ac09-70eb6c3fe193",
    "release_group_id": null,
    "labels": [
        "Plugz Records"
    ],
    "label_ids": [
        "99d18847-a9d0-415b-ad3c-332c69fa05c3"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}