Information about plays

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

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

{
    "id": 421965,
    "uri": "https://api.kexp.org/v2/plays/421965/?format=api",
    "airdate": "2001-05-07T08:10:00-07:00",
    "show": 7070,
    "show_uri": "https://api.kexp.org/v2/shows/7070/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V6F6NJWSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V6F6NJWSL._SL75_.jpg",
    "song": "Wading Through a Ventilator (live)",
    "track_id": "08eb06f5-19bc-4f5a-a4da-d835973784f3",
    "recording_id": null,
    "artist": "The Soft Boys",
    "artist_ids": [
        "ae362950-090f-4686-82da-9d22a5f88f2e"
    ],
    "album": "A Can of Bees",
    "release_id": "0ec06e4b-e62f-41b9-9afe-684f7405af70",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "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"
}