Information about plays

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

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

{
    "id": 1290700,
    "uri": "https://api.kexp.org/v2/plays/1290700/?format=api",
    "airdate": "2007-10-14T01:24:11-07:00",
    "show": 22583,
    "show_uri": "https://api.kexp.org/v2/shows/22583/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21he%2BFR1foL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21he%2BFR1foL._SL75_.jpg",
    "song": "Places Where the Mind Dies",
    "track_id": "a890bddc-121b-4d82-9f8f-5ddc751cd9cf",
    "recording_id": null,
    "artist": "Philosopher's Stone",
    "artist_ids": [
        "3b5de081-7be2-4161-834b-1349b6330321"
    ],
    "album": "Preparation",
    "release_id": "79df7cf7-aaee-4ed9-a624-a386780b5b08",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1997-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}