Information about plays

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

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

{
    "id": 1308299,
    "uri": "https://api.kexp.org/v2/plays/1308299/?format=api",
    "airdate": "2007-11-29T18:34:19-08:00",
    "show": 22884,
    "show_uri": "https://api.kexp.org/v2/shows/22884/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MjG6QI-NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MjG6QI-NL._SL75_.jpg",
    "song": "Long Time Gone",
    "track_id": null,
    "recording_id": null,
    "artist": "Richard Betts",
    "artist_ids": [
        "838a06ee-9d63-4e6d-88b5-6fc896ea4499"
    ],
    "album": "Highway Call",
    "release_id": "89ea050b-57e8-4110-9a02-2b103e9b55af",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}