Information about plays

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

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

{
    "id": 508433,
    "uri": "https://api.kexp.org/v2/plays/508433/?format=api",
    "airdate": "2002-01-18T16:45:00-08:00",
    "show": 8750,
    "show_uri": "https://api.kexp.org/v2/shows/8750/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WokiAbeaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WokiAbeaL._SL75_.jpg",
    "song": "Capo (South of Caspian)",
    "track_id": "e05d214c-4bd7-424c-8c66-acb1e4069aaa",
    "recording_id": null,
    "artist": "Ganger",
    "artist_ids": [
        "2f4313da-f514-4584-ac6d-0350e8e48422"
    ],
    "album": "Hammock Style",
    "release_id": "a653bf65-e92d-49b5-91cc-20363a9f07c9",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1998-08-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}