Information about plays

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

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

{
    "id": 370658,
    "uri": "https://api.kexp.org/v2/plays/370658/?format=api",
    "airdate": "2019-08-22T02:24:48-07:00",
    "show": 6176,
    "show_uri": "https://api.kexp.org/v2/shows/6176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Alone (feat. Jenn Champion)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lusine",
    "artist_ids": [],
    "album": "Retrace EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Friday, October 18th at Nectar with NAVVI and IG88! - https://lusine.bandcamp.com/album/retrace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}