Information about plays

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

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

{
    "id": 453998,
    "uri": "https://api.kexp.org/v2/plays/453998/?format=api",
    "airdate": "2001-08-09T20:42:51-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BrAwg9P2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BrAwg9P2L._SL75_.jpg",
    "song": "Geraldine and the Honeybee",
    "track_id": "13fbf74f-7062-4964-945c-507460b6a282",
    "recording_id": null,
    "artist": "Willis Alan Ramsey",
    "artist_ids": [
        "a4727878-d27f-43bc-b6ae-15a0da01e192"
    ],
    "album": "Willis Alan Ramsey",
    "release_id": "82cd05e9-331d-48fa-bbdc-7436f0cec8bc",
    "release_group_id": null,
    "labels": [
        "Shelter"
    ],
    "label_ids": [
        "e003df8d-84ea-4c87-b9f5-879968b45c0e"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}