Information about plays

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

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

{
    "id": 379845,
    "uri": "https://api.kexp.org/v2/plays/379845/?format=api",
    "airdate": "2019-09-12T04:35:09-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Insights",
    "track_id": null,
    "recording_id": null,
    "artist": "Freezing Cold",
    "artist_ids": [],
    "album": "Glimmer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Salinas Records"
    ],
    "label_ids": [
        "03dfb204-d4a2-4026-a520-073745762ed5"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New NYC trio featuring former members of Bridge and Tunnel, Weed Hounds and Aye Nako - https://freezingcold.bandcamp.com/album/glimmer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}