Information about plays

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

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

{
    "id": 453226,
    "uri": "https://api.kexp.org/v2/plays/453226/?format=api",
    "airdate": "2001-08-07T18:54:00-07:00",
    "show": 7669,
    "show_uri": "https://api.kexp.org/v2/shows/7669/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PD7C2GJ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PD7C2GJ8L._SL75_.jpg",
    "song": "Daande Lenol",
    "track_id": "b1ccd4ca-11dc-45f3-a1d8-2dc419778f44",
    "recording_id": null,
    "artist": "Baaba Maal & Mansour Seck",
    "artist_ids": [
        "5ea0283b-84b7-46e2-b1fc-b13b41de1193"
    ],
    "album": "Djam Leelii",
    "release_id": "9287912a-d10b-4c63-b4d2-19a3525e69f4",
    "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"
}