Information about plays

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

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

{
    "id": 2675879,
    "uri": "https://api.kexp.org/v2/plays/2675879/?format=api",
    "airdate": "2019-12-20T10:11:05-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/c06c34e8-15b5-4728-abfc-c7a4bca2c956/3981485392-250.jpg",
    "thumbnail_uri": "",
    "song": "Alive",
    "track_id": "891dec84-fb8e-4b85-b9d6-8b831d73202b",
    "recording_id": null,
    "artist": "Empire of the Sun",
    "artist_ids": [
        "ac7e838c-3d95-47c2-92a9-81767ad7c217"
    ],
    "album": "Ice on the Dune",
    "release_id": "c06c34e8-15b5-4728-abfc-c7a4bca2c956",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2013-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 8.  \"Ice on the Dune\" was Empire of the Sun's second album and it came out on June 14th, 2013.  You may have heard \"Alive,\" with its very positive lyrics, on The Morning Show a few times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}