Information about plays

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

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

{
    "id": 377298,
    "uri": "https://api.kexp.org/v2/plays/377298/?format=api",
    "airdate": "2019-09-06T03:00:53-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot on the Heels of Love",
    "track_id": "0a348af9-8a1a-49bf-8fe2-39bd6f21c59f",
    "recording_id": null,
    "artist": "Throbbing Gristle",
    "artist_ids": [
        "e135d690-9c53-4333-8f11-98aec8c9f434"
    ],
    "album": "The Taste of TG",
    "release_id": "e2fdeee3-c362-43a5-99ea-4ec4f62606dc",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2004-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}