Information about plays

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

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

{
    "id": 353463,
    "uri": "https://api.kexp.org/v2/plays/353463/?format=api",
    "airdate": "2019-07-12T12:17:45-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yin and Yang (The Flowerpot Man)",
    "track_id": "80b63830-f121-4099-ae8e-cef7a2ab7a48",
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Express",
    "release_id": "09f49962-c0f0-4457-b589-053081f0a3cd",
    "release_group_id": null,
    "labels": [
        "Beggars Group"
    ],
    "label_ids": [
        "b111a130-0d4f-46a1-930e-306fa7785b10"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love and Rockets were an English band formed in 1985 by former Bauhaus members Daniel Ash, David J and Kevin Haskins after that group split in 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}