Information about plays

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

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

{
    "id": 532153,
    "uri": "https://api.kexp.org/v2/plays/532153/?format=api",
    "airdate": "2002-03-28T11:37:49-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZEJB5QEFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZEJB5QEFL._SL75_.jpg",
    "song": "Tonight",
    "track_id": null,
    "recording_id": null,
    "artist": "The Soft Boys",
    "artist_ids": [
        "ae362950-090f-4686-82da-9d22a5f88f2e"
    ],
    "album": "Underwater Moonlight",
    "release_id": "09d33815-bdf8-40ab-8796-0ec78be5b180",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1980-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}