Information about plays

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

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

{
    "id": 423788,
    "uri": "https://api.kexp.org/v2/plays/423788/?format=api",
    "airdate": "2001-05-12T17:03:20-07:00",
    "show": 7103,
    "show_uri": "https://api.kexp.org/v2/shows/7103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21V25WNXTBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21V25WNXTBL._SL75_.jpg",
    "song": "Seaweed",
    "track_id": "750bb12a-93b0-4694-82cb-0271440bd87b",
    "recording_id": null,
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Seafish Louisville",
    "release_id": "52f81d8d-dae8-4342-89ab-d0fcc40c6a21",
    "release_group_id": null,
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "release_date": "2000-10-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}