Information about plays

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

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

{
    "id": 381963,
    "uri": "https://api.kexp.org/v2/plays/381963/?format=api",
    "airdate": "2019-09-17T11:25:09-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mandatory Love",
    "track_id": "2af7163f-fc88-4ba4-977e-05c52e54f7ad",
    "recording_id": null,
    "artist": "The Autumn Stones",
    "artist_ids": [
        "917628d5-401d-4f4a-86b9-231564ac6de0"
    ],
    "album": "Emperor Twilight",
    "release_id": "bde6a2ff-4b79-4f13-b223-68de0f0f7046",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy a review of this Toronto band's \"Emperor Twilight\": https://eclecticmusiclover.com/2018/07/28/the-autumn-stones-album-review-emperor-twilight/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}