Information about plays

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

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

{
    "id": 2677729,
    "uri": "https://api.kexp.org/v2/plays/2677729/?format=api",
    "airdate": "2019-12-25T00:24:41-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbb6bd92-ed12-42c0-b8e2-d068e232719a/22065662285-250.jpg",
    "thumbnail_uri": "",
    "song": "IN GRAVITAS",
    "track_id": "d9de21b6-427e-4b19-b339-dbda36578fe4",
    "recording_id": null,
    "artist": "Apparat",
    "artist_ids": [
        "dc3dbfc1-f1f1-49c6-9d7c-425fabf3ae12"
    ],
    "album": "LP5",
    "release_id": "bbb6bd92-ed12-42c0-b8e2-d068e232719a",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}