Information about plays

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

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

{
    "id": 382832,
    "uri": "https://api.kexp.org/v2/plays/382832/?format=api",
    "airdate": "2019-09-19T05:52:39-07:00",
    "show": 6369,
    "show_uri": "https://api.kexp.org/v2/shows/6369/?format=api",
    "image_uri": "http://coverartarchive.org/release/a681190e-30b9-4974-89f4-74a08adc7f82/12055405155-250.jpg",
    "thumbnail_uri": "",
    "song": "For the Damaged Coda",
    "track_id": "2aea350d-ff70-4afb-93ad-d4803e4fc346",
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Melody of Certain Damaged Lemons",
    "release_id": "a681190e-30b9-4974-89f4-74a08adc7f82",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kazu Makino power set",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}