Information about plays

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

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

{
    "id": 371582,
    "uri": "https://api.kexp.org/v2/plays/371582/?format=api",
    "airdate": "2019-08-24T02:23:41-07:00",
    "show": 6188,
    "show_uri": "https://api.kexp.org/v2/shows/6188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Land, Sky and Sea",
    "track_id": null,
    "recording_id": null,
    "artist": "The Abstract Eye",
    "artist_ids": [],
    "album": "What's Real Anymore?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gifted & Blessed"
    ],
    "label_ids": [
        "b467d013-b643-4079-9ca4-c196a82016e7"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm no closer to answering that question - https://giftedandblessed.bandcamp.com/album/whats-real-anymore",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}