Information about plays

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

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

{
    "id": 380135,
    "uri": "https://api.kexp.org/v2/plays/380135/?format=api",
    "airdate": "2019-09-12T20:32:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roamin' Round",
    "track_id": "513f346f-9fbc-313e-b90f-dc2092522670",
    "recording_id": null,
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "Must've Been High",
    "release_id": "d00b9ccc-1a45-43bc-80f4-81ad7ec3d85f",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1997-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}