Information about plays

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

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

{
    "id": 2670816,
    "uri": "https://api.kexp.org/v2/plays/2670816/?format=api",
    "airdate": "2019-12-09T03:01:52-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "https://coverartarchive.org/release/81fb62b7-b1ea-3887-92b9-bb2e1e5a29df/8067252389-250.jpg",
    "thumbnail_uri": "",
    "song": "Raw Power",
    "track_id": "d0ecff27-d5fb-3fce-9659-326c60d27fdd",
    "recording_id": null,
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Raw Power",
    "release_id": "81fb62b7-b1ea-3887-92b9-bb2e1e5a29df",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}