Information about plays

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

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

{
    "id": 534774,
    "uri": "https://api.kexp.org/v2/plays/534774/?format=api",
    "airdate": "2002-04-05T01:18:26-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?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": "Ha-Doh",
    "track_id": "e8562d8f-e159-486f-b487-2f2d47799da6",
    "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": [
        "Eikoh"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}