Information about plays

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

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

{
    "id": 378160,
    "uri": "https://api.kexp.org/v2/plays/378160/?format=api",
    "airdate": "2019-09-08T01:43:00-07:00",
    "show": 6294,
    "show_uri": "https://api.kexp.org/v2/shows/6294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can’t Escape the Fire",
    "track_id": "15ad8c2f-fbda-431f-a54c-7d4eb4dcae79",
    "recording_id": null,
    "artist": "Condor",
    "artist_ids": [
        "a5aa3cfc-ed4d-418e-8a23-ccde8d551512"
    ],
    "album": "Unstoppable Power",
    "release_id": "fd11f272-fb15-4f86-aeaf-8854320a476c",
    "release_group_id": null,
    "labels": [
        "High Roller Records"
    ],
    "label_ids": [],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Part of the Kolbotn thrashers union along with Darkthrone, Infernö, Repellent, Nekromantheon, and Obliteration. https://condornorway.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}