Information about plays

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

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

{
    "id": 534869,
    "uri": "https://api.kexp.org/v2/plays/534869/?format=api",
    "airdate": "2002-04-05T08:08:09-08:00",
    "show": 9265,
    "show_uri": "https://api.kexp.org/v2/shows/9265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YPPV40SXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YPPV40SXL._SL75_.jpg",
    "song": "Eple (edit)",
    "track_id": "df53e8c6-3665-43fb-8324-a9306cb88c20",
    "recording_id": null,
    "artist": "Röyksopp",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884"
    ],
    "album": "Eple",
    "release_id": "d495d9cc-272c-4644-be7e-8e58098e6027",
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}