Information about plays

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

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

{
    "id": 428778,
    "uri": "https://api.kexp.org/v2/plays/428778/?format=api",
    "airdate": "2001-05-27T23:32:43-07:00",
    "show": 7205,
    "show_uri": "https://api.kexp.org/v2/shows/7205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "State Street Chicago",
    "track_id": "3d95d673-dfc8-4ab5-a7e1-6639f1e92f6e",
    "recording_id": null,
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "Reflections in Blue",
    "release_id": "351378ab-0886-4d03-bf61-aac66e002ab4",
    "release_group_id": null,
    "labels": [
        "Black Saint"
    ],
    "label_ids": [
        "a3a77264-6b11-442a-ac77-660439a16226"
    ],
    "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"
}