Information about plays

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

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

{
    "id": 372413,
    "uri": "https://api.kexp.org/v2/plays/372413/?format=api",
    "airdate": "2019-08-26T04:29:46-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/2a073620-9e69-443c-bb3b-2ae04f259ca6/22880399332-250.jpg",
    "thumbnail_uri": "",
    "song": "Stuck in the South",
    "track_id": "ab97a4e4-1f0c-4d15-86bf-6f20c85a863c",
    "recording_id": null,
    "artist": "Adia Victoria",
    "artist_ids": [
        "7b1252da-a5e6-49db-9ca8-1d3045d8dc2c"
    ],
    "album": "Beyond the Bloodhounds",
    "release_id": "2a073620-9e69-443c-bb3b-2ae04f259ca6",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ah-dea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}