Information about plays

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

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

{
    "id": 449402,
    "uri": "https://api.kexp.org/v2/plays/449402/?format=api",
    "airdate": "2001-07-27T11:17:38-07:00",
    "show": 7596,
    "show_uri": "https://api.kexp.org/v2/shows/7596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YEBSVHERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YEBSVHERL._SL75_.jpg",
    "song": "Walkin' Cane",
    "track_id": null,
    "recording_id": null,
    "artist": "The Knitters",
    "artist_ids": [
        "ef06d4b0-8f38-4059-af25-b772135455cf"
    ],
    "album": "Poor Little Critter on the Road",
    "release_id": "603312c4-8ddc-4839-a8d5-076bb6f8b8c4",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}