Information about plays

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

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

{
    "id": 453875,
    "uri": "https://api.kexp.org/v2/plays/453875/?format=api",
    "airdate": "2001-08-09T14:00:00-07:00",
    "show": 7680,
    "show_uri": "https://api.kexp.org/v2/shows/7680/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QOIiMKliL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QOIiMKliL._SL75_.jpg",
    "song": "Nothing to Do With Me",
    "track_id": "d8780d43-ac9a-4f85-9f19-97184a857016",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Sound-Dust",
    "release_id": "8a73c6a3-1d40-4003-8817-bf07351a21c0",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}