Information about plays

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

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

{
    "id": 532953,
    "uri": "https://api.kexp.org/v2/plays/532953/?format=api",
    "airdate": "2002-03-30T16:53:00-08:00",
    "show": 9228,
    "show_uri": "https://api.kexp.org/v2/shows/9228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61esPVDI-9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61esPVDI-9L._SL75_.jpg",
    "song": "The Twelves (The Dirty Dozens)",
    "track_id": "332ecb08-b7ee-42fa-801d-bb98df60207e",
    "recording_id": null,
    "artist": "Kokomo Arnold",
    "artist_ids": [
        "74a64e96-43d4-474d-8cac-e4670871bfa0"
    ],
    "album": "Bottleneck Guitar Trendsetters of the 1930's",
    "release_id": "1234134a-59b2-4fe8-a4d3-3213273bafd0",
    "release_group_id": null,
    "labels": [
        "Yazoo Records"
    ],
    "label_ids": [
        "0a202dda-fc09-453a-9db2-c4828f9c4de2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}