Information about plays

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

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

{
    "id": 535999,
    "uri": "https://api.kexp.org/v2/plays/535999/?format=api",
    "airdate": "2002-04-08T20:37:39-07:00",
    "show": 9290,
    "show_uri": "https://api.kexp.org/v2/shows/9290/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oV53cbLnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oV53cbLnL._SL75_.jpg",
    "song": "Samba",
    "track_id": "0c7a6a5f-3836-4efd-9223-14b8d4577e63",
    "recording_id": null,
    "artist": "Orchestra Super Mazembe",
    "artist_ids": [
        "a9e78a42-6f14-4159-8100-9d3a13b501a7"
    ],
    "album": "Giants of East Africa",
    "release_id": "a88a7f81-8393-445a-bf16-2aa50e182ab3",
    "release_group_id": null,
    "labels": [
        "Earthworks"
    ],
    "label_ids": [
        "325a0b7f-8f6f-4bc2-b12b-0360bf3871c0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}