Information about plays

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

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

{
    "id": 2674938,
    "uri": "https://api.kexp.org/v2/plays/2674938/?format=api",
    "airdate": "2019-12-18T14:28:46-08:00",
    "show": 46175,
    "show_uri": "https://api.kexp.org/v2/shows/46175/?format=api",
    "image_uri": "https://coverartarchive.org/release/dead431a-4ef9-4ebc-8595-5d5591a92d13/2517691541-250.jpg",
    "thumbnail_uri": "",
    "song": "We Laugh Indoors",
    "track_id": "f9c98b81-b2eb-3d11-b4b2-82610d92b1c6",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Photo Album",
    "release_id": "dead431a-4ef9-4ebc-8595-5d5591a92d13",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing 3 nights at The Showbox February 24th-26th.  https://www.deathcabforcutie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}