Information about plays

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

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

{
    "id": 419628,
    "uri": "https://api.kexp.org/v2/plays/419628/?format=api",
    "airdate": "2001-04-30T04:28:00-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tal",
    "track_id": "8567d21a-5838-47e2-88e8-294ba32ed929",
    "recording_id": null,
    "artist": "Yossele Rosenblatt",
    "artist_ids": [
        "94344d92-4515-4815-80f0-42024021573c"
    ],
    "album": "Mysteries of the Sabbath: Classic Cantorial Recordings: 1907-47",
    "release_id": "193ecc86-524c-40bd-91f7-387c0b08501b",
    "release_group_id": null,
    "labels": [
        "Yazoo"
    ],
    "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"
}