Information about plays

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

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

{
    "id": 535808,
    "uri": "https://api.kexp.org/v2/plays/535808/?format=api",
    "airdate": "2002-04-08T06:00:00-07:00",
    "show": 9287,
    "show_uri": "https://api.kexp.org/v2/shows/9287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DQ9SNSSJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DQ9SNSSJL._SL75_.jpg",
    "song": "Mu-Getsu",
    "track_id": "ed0c4d95-59e1-4cb2-b5ed-0c23fd41c882",
    "recording_id": null,
    "artist": "DJ Krush & Toshinori Kondo",
    "artist_ids": [
        "74d23930-2f06-4fd9-85ce-122c3d7d30ff"
    ],
    "album": "Ki-Oku",
    "release_id": "0c70ca8c-dd03-4910-a1d3-3032f3935ebd",
    "release_group_id": null,
    "labels": [
        "Instinct Records"
    ],
    "label_ids": [
        "dee0a0c0-eb07-47e8-aadc-f3b483cfad6c"
    ],
    "release_date": "1999-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}