Information about plays

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

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

{
    "id": 533363,
    "uri": "https://api.kexp.org/v2/plays/533363/?format=api",
    "airdate": "2002-04-01T01:05:29-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515yl4pEeAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515yl4pEeAL._SL75_.jpg",
    "song": "Turkish Song of the Damned",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Essential Pogues",
    "release_id": "438140aa-8d85-4b45-96fe-f87efea04fc8",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}