Information about plays

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

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

{
    "id": 378107,
    "uri": "https://api.kexp.org/v2/plays/378107/?format=api",
    "airdate": "2019-09-07T22:24:49-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "http://coverartarchive.org/release/c5ab1be4-7fd6-4a75-bd0d-26350c9fc359/3879197324-250.jpg",
    "thumbnail_uri": "",
    "song": "Sick to Move",
    "track_id": "8dbc5c8c-0765-367f-9ece-d11c85a01657",
    "recording_id": null,
    "artist": "Superchunk",
    "artist_ids": [
        "61653550-fd9b-4401-8248-44f2d064d384"
    ],
    "album": "Superchunk",
    "release_id": "c5ab1be4-7fd6-4a75-bd0d-26350c9fc359",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1990-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}