Information about plays

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

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

{
    "id": 1292331,
    "uri": "https://api.kexp.org/v2/plays/1292331/?format=api",
    "airdate": "2007-10-18T10:33:00-07:00",
    "show": 22611,
    "show_uri": "https://api.kexp.org/v2/shows/22611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n7uAAj-ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n7uAAj-ZL._SL75_.jpg",
    "song": "Back Home",
    "track_id": "82f3ec7c-942e-447d-8718-73d366b7d08d",
    "recording_id": null,
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Bayani",
    "release_id": "2c2ec473-060d-46d4-9737-d46f5bd7724e",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}