Information about plays

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

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

{
    "id": 454225,
    "uri": "https://api.kexp.org/v2/plays/454225/?format=api",
    "airdate": "2001-08-10T13:38:34-07:00",
    "show": 7685,
    "show_uri": "https://api.kexp.org/v2/shows/7685/?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": "Double Rocker",
    "track_id": "a81fbbfb-74d7-4b75-b52d-b5af03d36b73",
    "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"
}