Information about plays

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

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

{
    "id": 533424,
    "uri": "https://api.kexp.org/v2/plays/533424/?format=api",
    "airdate": "2002-04-01T04:29:00-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OFYyLuT5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OFYyLuT5L._SL75_.jpg",
    "song": "You Are",
    "track_id": "f88cef41-ce3d-4fcb-9365-1c3753b583cd",
    "recording_id": null,
    "artist": "Bilal",
    "artist_ids": [
        "260097c7-d628-4a3f-966f-956ea430c0d8"
    ],
    "album": "1st Born Second",
    "release_id": "61fb659b-5aee-4f6b-b2c7-d1e6a51a69e3",
    "release_group_id": null,
    "labels": [
        "Moyomusic/Interscope"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}