Information about plays

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

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

{
    "id": 533776,
    "uri": "https://api.kexp.org/v2/plays/533776/?format=api",
    "airdate": "2002-04-02T05:35:37-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tiWIzr2iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tiWIzr2iL._SL75_.jpg",
    "song": "Journey",
    "track_id": "485eeeb6-9b82-4065-bd0b-07251d91e3ad",
    "recording_id": null,
    "artist": "The Gentle People",
    "artist_ids": [
        "25f95ba8-016e-430f-9902-af9b1faf8393"
    ],
    "album": "Soundtracks for Living",
    "release_id": "e02d5d0d-11fb-4d21-8424-4430f1d80e49",
    "release_group_id": null,
    "labels": [
        "Rephlex"
    ],
    "label_ids": [
        "820fa04e-9927-40bb-a6c5-1bf883b159c7"
    ],
    "release_date": "1997-01-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}