Information about plays

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

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

{
    "id": 378124,
    "uri": "https://api.kexp.org/v2/plays/378124/?format=api",
    "airdate": "2019-09-07T23:10:00-07:00",
    "show": 6293,
    "show_uri": "https://api.kexp.org/v2/shows/6293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Wanna Hear It",
    "track_id": "02cc86d3-b38d-4314-9c4a-b92cfe4bcf45",
    "recording_id": null,
    "artist": "Bugg",
    "artist_ids": [
        "ea5b5f9f-4d01-424f-9562-a42b72eeb317"
    ],
    "album": "Bugg",
    "release_id": "7ae8aedf-26b2-41b2-8a23-07f6a70a4745",
    "release_group_id": null,
    "labels": [
        "Turd World"
    ],
    "label_ids": [],
    "release_date": "2017-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bloomington, IN; https://turdwurld.bandcamp.com/album/bugg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}