Information about plays

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

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

{
    "id": 382321,
    "uri": "https://api.kexp.org/v2/plays/382321/?format=api",
    "airdate": "2019-09-18T03:07:34-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hero",
    "track_id": "b496bd1e-f72e-4029-a2ee-44498fe7f74e",
    "recording_id": null,
    "artist": "Neu!",
    "artist_ids": [
        "adec1fc3-83c1-48f7-9e49-8347ac6d40b0"
    ],
    "album": "Neu! Sampler",
    "release_id": "47e7c913-ac69-4f02-a8a8-ff79d410ad61",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dinger's rock song \"Hero\" was an inspiration for many musicians of the time, including John Lydon of the Sex Pistols, and is since considered an example of proto-punk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}