Information about plays

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

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

{
    "id": 2681584,
    "uri": "https://api.kexp.org/v2/plays/2681584/?format=api",
    "airdate": "2020-01-03T09:53:23-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Keeps On Spinning",
    "track_id": "ee2bb355-f94c-4fc9-97c8-e7b8813d4faa",
    "recording_id": null,
    "artist": "Indian Agent",
    "artist_ids": [
        "a1b24c34-a57c-4b74-af33-96d7961014bc"
    ],
    "album": "Meditations in the Key of Red",
    "release_id": "85266438-d9b6-4998-afd0-ffaa2f9fab2f",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alaska celebrates its statehood today.  Learn more about these native Alaskan artist, Indian Agent: https://www.adn.com/arts/music/2017/08/31/experimental-band-indian-agent-formed-by-artist-nicholas-galanin-is-reclaiming-names/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}