Information about plays

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

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

{
    "id": 379732,
    "uri": "https://api.kexp.org/v2/plays/379732/?format=api",
    "airdate": "2019-09-11T23:15:32-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i'll die anyway.",
    "track_id": "a522331c-a834-4f3e-8ef8-b348d1fcb522",
    "recording_id": null,
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "Chapter 2",
    "release_id": "21fdb341-199c-486a-8b94-dc7dbc67a8d3",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norwegian artist Marie Ulven Ringheim",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}