Information about plays

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

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

{
    "id": 1386292,
    "uri": "https://api.kexp.org/v2/plays/1386292/?format=api",
    "airdate": "2008-06-16T11:28:56-07:00",
    "show": 24202,
    "show_uri": "https://api.kexp.org/v2/shows/24202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Day and All of the Night",
    "track_id": "a053ff5a-bd15-4400-b925-9ebada161516",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "BBC Sessions 1964 → 1977 (disc 1)",
    "release_id": "3ca3ac90-d142-457d-9062-257bf24a1fd7",
    "release_group_id": null,
    "labels": [
        "BBC / Strange Fruit"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}