Information about plays

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

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

{
    "id": 534542,
    "uri": "https://api.kexp.org/v2/plays/534542/?format=api",
    "airdate": "2002-04-04T09:59:08-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417CgJK8bfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417CgJK8bfL._SL75_.jpg",
    "song": "Surface II",
    "track_id": "19f83284-f868-49f0-8281-ac1aa60a554a",
    "recording_id": null,
    "artist": "Yume Bitsu",
    "artist_ids": [
        "5abb6cae-094f-45e8-87e8-c8e9666fba3b"
    ],
    "album": "Yume Bitsu",
    "release_id": "c89b6132-20c7-42c8-8989-71f464095adb",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "1999-11-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}