Information about plays

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

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

{
    "id": 357111,
    "uri": "https://api.kexp.org/v2/plays/357111/?format=api",
    "airdate": "2019-07-21T03:00:18-07:00",
    "show": 5953,
    "show_uri": "https://api.kexp.org/v2/shows/5953/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feels",
    "track_id": null,
    "recording_id": null,
    "artist": "Mourning [A] BLKstar",
    "artist_ids": [
        "a36b68c3-fc17-439e-bc5a-d82a89213013"
    ],
    "album": "Reckoning",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wowowowow - https://mourningablkstar.bandcamp.com/album/reckoning-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}