Information about plays

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

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

{
    "id": 369838,
    "uri": "https://api.kexp.org/v2/plays/369838/?format=api",
    "airdate": "2019-08-20T10:39:40-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/27eaf01f-ce60-4e7f-9ce0-f05e20414d07/19901850611-250.jpg",
    "thumbnail_uri": "",
    "song": "Feel Alright",
    "track_id": "6ef23c54-62f1-415d-9ab7-e11f973842bf",
    "recording_id": null,
    "artist": "L.A. Witch",
    "artist_ids": [
        "38e89263-3d3c-4ccb-ae29-9c31dcff0777"
    ],
    "album": "L.A. WITCH",
    "release_id": "27eaf01f-ce60-4e7f-9ce0-f05e20414d07",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.A. Witch will be at The Crocodile on Thursday, September 12th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}