Information about plays

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

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

{
    "id": 354819,
    "uri": "https://api.kexp.org/v2/plays/354819/?format=api",
    "airdate": "2019-07-15T21:23:00-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Having an Average Weekend",
    "track_id": "410fc578-e568-3b9f-832c-5731bc714ab9",
    "recording_id": null,
    "artist": "Shadowy Men on a Shadowy Planet",
    "artist_ids": [
        "54a459f0-a2b9-4893-b931-657c4327ee00"
    ],
    "album": "Savvy Show Stoppers",
    "release_id": "6c573bf2-f640-4024-b4e6-838e74df5fd5",
    "release_group_id": null,
    "labels": [
        "Cargo Records"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shadowy Men on a Shadowy Planet formed in 1984. They remain best known for the track \"Having an Average Weekend\", which was used as the theme to the Canadian sketch comedy TV show The Kids in the Hall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}