Information about plays

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

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

{
    "id": 512553,
    "uri": "https://api.kexp.org/v2/plays/512553/?format=api",
    "airdate": "2002-01-30T18:39:00-08:00",
    "show": 8833,
    "show_uri": "https://api.kexp.org/v2/shows/8833/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LwVpXLgIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LwVpXLgIL._SL75_.jpg",
    "song": "Shoe Shiner's Drag",
    "track_id": "e2d25f1c-4232-4fa0-86b2-1dfa97cc5bf0",
    "recording_id": null,
    "artist": "The Dirty Dozen Brass Band",
    "artist_ids": [
        "29bdc1d0-dc34-4f5d-9c22-8b2d66421f49"
    ],
    "album": "Jelly",
    "release_id": "721fbafd-01e0-48f4-8f8a-8de00a78af35",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}