Information about plays

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

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

{
    "id": 2680936,
    "uri": "https://api.kexp.org/v2/plays/2680936/?format=api",
    "airdate": "2020-01-01T19:06:00-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shell Game",
    "track_id": "5b6827fa-0f6f-35be-8145-2c27586ae834",
    "recording_id": null,
    "artist": "Jerry Jeff Walker",
    "artist_ids": [
        "3faa019a-ad91-4ddf-87d5-fdcbdfd8327c"
    ],
    "album": "Driftin' Way of Life",
    "release_id": "1deff767-a2c9-4446-8ae8-6df6a3f6d3ea",
    "release_group_id": null,
    "labels": [
        "Vanguard"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can be found on this impressive Vanguard box set: https://www.discogs.com/Various-Make-It-Your-Sound-Make-It-Your-Scene-Vanguard-Records-The-1960s-Musical-Revolution/release/4118051 ; http://therisingstorm.net/jerry-jeff-walker-driftin-way-of-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}