Information about plays

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

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

{
    "id": 531710,
    "uri": "https://api.kexp.org/v2/plays/531710/?format=api",
    "airdate": "2002-03-27T09:41:42-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518G54CYTJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518G54CYTJL._SL75_.jpg",
    "song": "Rodeo Clowns",
    "track_id": "9e47e154-21e3-465d-b869-0abf8b494113",
    "recording_id": null,
    "artist": "G. Love & Special Sauce",
    "artist_ids": [
        "dbf7c761-e332-467b-b4d9-aafe06bbcf8f"
    ],
    "album": "Philadelphonic",
    "release_id": "fea21edc-95d9-481a-af47-a7623927824b",
    "release_group_id": null,
    "labels": [
        "Okeh"
    ],
    "label_ids": [
        "968ea5bb-1662-4bcd-beea-9a97ba8b30ca"
    ],
    "release_date": "1999-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}