Information about plays

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

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

{
    "id": 380960,
    "uri": "https://api.kexp.org/v2/plays/380960/?format=api",
    "airdate": "2019-09-14T22:32:36-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble at the Cup",
    "track_id": "4526c0a4-454c-391e-8b72-dea49a12749e",
    "recording_id": null,
    "artist": "Black Randy & the Metrosquad",
    "artist_ids": [
        "456c97a2-1e0e-433a-ab72-9918f46efcdf"
    ],
    "album": "Trouble at the Cup",
    "release_id": "495bd831-ccf6-465b-9292-369d7414834e",
    "release_group_id": null,
    "labels": [
        "Dangerhouse"
    ],
    "label_ids": [
        "55bfe7ab-4626-41a7-9715-67c24864fe85"
    ],
    "release_date": "1977-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}