Information about plays

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

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

{
    "id": 372465,
    "uri": "https://api.kexp.org/v2/plays/372465/?format=api",
    "airdate": "2019-08-26T07:22:13-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's All in My Mind",
    "track_id": "5cf602d3-508b-3035-a777-872172e06515",
    "recording_id": null,
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Man-Made",
    "release_id": "7047c42a-5044-4f15-a4ea-10e5ce767954",
    "release_group_id": null,
    "labels": [
        "PeMa"
    ],
    "label_ids": [
        "b3540822-e3c6-41e7-86b9-e57f33017d5a"
    ],
    "release_date": "2005-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}