Information about plays

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

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

{
    "id": 466766,
    "uri": "https://api.kexp.org/v2/plays/466766/?format=api",
    "airdate": "2001-09-16T14:52:00-07:00",
    "show": 7939,
    "show_uri": "https://api.kexp.org/v2/shows/7939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61f7sb8ldLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61f7sb8ldLL._SL75_.jpg",
    "song": "Third World Lover",
    "track_id": "a01775d4-2313-4060-a2e0-14414f438c24",
    "recording_id": null,
    "artist": "Kid Koala & Dynomite D",
    "artist_ids": [
        "c56f90b2-3cbe-46f9-a7b1-31b97bb4a410"
    ],
    "album": "Bombay 2: Electric Vindaloo",
    "release_id": "24a60384-45d8-4f88-8a3b-a8a5432f551c",
    "release_group_id": null,
    "labels": [
        "Motel"
    ],
    "label_ids": [
        "b46f159a-b3bc-4a30-98db-736e3a2ad6b7"
    ],
    "release_date": "2001-08-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}