Information about plays

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

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

{
    "id": 366312,
    "uri": "https://api.kexp.org/v2/plays/366312/?format=api",
    "airdate": "2019-08-12T08:33:08-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Lost",
    "track_id": "0fe078cb-b4c0-3b30-a336-f21db039e71e",
    "recording_id": null,
    "artist": "The Temper Trap",
    "artist_ids": [
        "bb6eaced-69dd-4636-829f-9f987acc4fc3"
    ],
    "album": "Conditions",
    "release_id": "d48a8685-65dc-40b5-95c0-fcff8bfc38f4",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2009-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}