Information about plays

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

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

{
    "id": 370664,
    "uri": "https://api.kexp.org/v2/plays/370664/?format=api",
    "airdate": "2019-08-22T02:41:19-07:00",
    "show": 6176,
    "show_uri": "https://api.kexp.org/v2/shows/6176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Going Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Ikebe Shakedown",
    "artist_ids": [],
    "album": "Kings Left Behind",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Give your head a shake - https://ikebeshakedown-clmn.bandcamp.com/album/kings-left-behind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}