Information about plays

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

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

{
    "id": 372307,
    "uri": "https://api.kexp.org/v2/plays/372307/?format=api",
    "airdate": "2019-08-25T21:09:00-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Is Valuable (feat. James Alexander Bright)",
    "track_id": null,
    "recording_id": null,
    "artist": "Scrimshire",
    "artist_ids": [],
    "album": "Listeners",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Albert's Favourites"
    ],
    "label_ids": [
        "80125b64-93da-4cd2-bd77-0374ec6bba56"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supremely smooth release from London's Scrimshire, featuring guest spots from luminaries like Georgia Anne Muldrow, Emma-Jean Thackray, Joshua Idehen and more - https://scrimshire.bandcamp.com/album/listeners",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}