Information about plays

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

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

{
    "id": 352531,
    "uri": "https://api.kexp.org/v2/plays/352531/?format=api",
    "airdate": "2019-07-10T10:12:47-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caravan",
    "track_id": "58ffc579-9090-3ce1-9aa7-2c3e923b8c13",
    "recording_id": null,
    "artist": "Inspiral Carpets",
    "artist_ids": [
        "03c2e506-e8bb-4bd6-9693-5aa97c8eea1c"
    ],
    "album": "The Beast Inside",
    "release_id": "ce8fb1bf-b278-3e52-a2dc-43fd928a479b",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1991-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}