Information about plays

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

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

{
    "id": 2670687,
    "uri": "https://api.kexp.org/v2/plays/2670687/?format=api",
    "airdate": "2019-12-08T17:49:26-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0b44bb4-437e-4d97-9227-b5fc37c0f67b/3242403619-250.jpg",
    "thumbnail_uri": "",
    "song": "The Ubiquitous Mr. Lovegrove",
    "track_id": "a132e2aa-a790-3ad1-958a-9b9312926586",
    "recording_id": null,
    "artist": "Dead Can Dance",
    "artist_ids": [
        "ccda046a-2674-4f7d-97e6-f23d6c156432"
    ],
    "album": "Into the Labyrinth",
    "release_id": "b0b44bb4-437e-4d97-9227-b5fc37c0f67b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By Dead Can Dance duo, Lisa Gerrard and Brendan Perry, 'Into The Labyrinth' marked a strong shift from their previous albums, putting ethnic music influences at the forefront, as would be the case in their later albums. It was their first album completed on their own without the aid of guest musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}