Information about plays

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

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

{
    "id": 1289040,
    "uri": "https://api.kexp.org/v2/plays/1289040/?format=api",
    "airdate": "2007-10-09T23:42:01-07:00",
    "show": 22556,
    "show_uri": "https://api.kexp.org/v2/shows/22556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RHF70N6SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RHF70N6SL._SL75_.jpg",
    "song": "Hypnotized",
    "track_id": null,
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Recurring",
    "release_id": "481c2cf3-34f4-43d0-9ace-f1eb9037f1b7",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}