Information about plays

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

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

{
    "id": 1295272,
    "uri": "https://api.kexp.org/v2/plays/1295272/?format=api",
    "airdate": "2007-10-26T00:46:39-07:00",
    "show": 22658,
    "show_uri": "https://api.kexp.org/v2/shows/22658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Fog Blurs and Covers, Emptiness Prevails",
    "track_id": null,
    "recording_id": null,
    "artist": "Yume Bitsu",
    "artist_ids": [
        "5abb6cae-094f-45e8-87e8-c8e9666fba3b"
    ],
    "album": "Giant Surface Music Falling to Earth Like Jewels From the Sky",
    "release_id": "4c9d70f2-5c78-499a-95cf-b37f1d1d605e",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}