Information about plays

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

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

{
    "id": 372844,
    "uri": "https://api.kexp.org/v2/plays/372844/?format=api",
    "airdate": "2019-08-27T05:38:23-07:00",
    "show": 6212,
    "show_uri": "https://api.kexp.org/v2/shows/6212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Wish",
    "track_id": null,
    "recording_id": null,
    "artist": "Maggie Herron",
    "artist_ids": [],
    "album": "Another Wish / Holdin' On",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Aloha Got Soul"
    ],
    "label_ids": [
        "e34406de-f5bb-47f1-9321-f16db896100c"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded and released in 1984 by Seattle's Maggie Herron, getting a much-needed reissue by Honolulu label Aloha Got Soul! - https://alohagotsoul.bandcamp.com/album/another-wish-holdin-on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}