Information about plays

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

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

{
    "id": 346646,
    "uri": "https://api.kexp.org/v2/plays/346646/?format=api",
    "airdate": "2019-06-26T18:49:08-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Do They Think They Are",
    "track_id": "7529ab5c-8344-43a7-a5ee-2f5c6f9b50a8",
    "recording_id": null,
    "artist": "Raw Spitt",
    "artist_ids": [
        "a002a62d-f030-42cd-890d-e3d84c443b40"
    ],
    "album": "Raw Spitt",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Canyon"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}