Information about plays

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

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

{
    "id": 1066231,
    "uri": "https://api.kexp.org/v2/plays/1066231/?format=api",
    "airdate": "2006-03-11T10:45:00-08:00",
    "show": 18736,
    "show_uri": "https://api.kexp.org/v2/shows/18736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Blood",
    "track_id": "befeafa0-2221-4071-bb0e-5dbb1e2266f4",
    "recording_id": null,
    "artist": "Junior Reid",
    "artist_ids": [
        "065324d1-12c2-485f-955d-9eef408f92a6"
    ],
    "album": "Reggae Party Mega-Mix (Mixed by Hard-E and Smooth B.)",
    "release_id": "e3549062-3d53-42af-b650-36829ea9450e",
    "release_group_id": null,
    "labels": [
        "EV Productions"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}