Information about plays

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

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

{
    "id": 461794,
    "uri": "https://api.kexp.org/v2/plays/461794/?format=api",
    "airdate": "2001-09-01T11:08:34-07:00",
    "show": 7838,
    "show_uri": "https://api.kexp.org/v2/shows/7838/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GKVTV80ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GKVTV80ML._SL75_.jpg",
    "song": "Anti-Christ",
    "track_id": "0df1094f-e079-435b-9b55-8b1f4de14544",
    "recording_id": null,
    "artist": "Vivian Jackson and the Prophets",
    "artist_ids": [
        "b892f66c-bf3a-4d90-87dc-9bce1d1dbabc"
    ],
    "album": "Jesus Dread 1972-1977 (disc 1)",
    "release_id": "efa6ebb7-0958-4cca-9ebb-a847e50eae3f",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1997-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}