Information about plays

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

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

{
    "id": 1296579,
    "uri": "https://api.kexp.org/v2/plays/1296579/?format=api",
    "airdate": "2007-10-30T01:14:38-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Tired Horses",
    "track_id": "8e6217cf-a0e7-4110-a9c0-f7a9a7b76b60",
    "recording_id": null,
    "artist": "The Narrator",
    "artist_ids": [
        "90ccfe4b-4fdd-420f-ac28-1a9dc8abf882"
    ],
    "album": "All That to the Wall",
    "release_id": "db7934a3-7ccc-4695-ad94-41f710cc06a9",
    "release_group_id": null,
    "labels": [
        "Flameshovel"
    ],
    "label_ids": [
        "e3a67877-654e-4c5b-b855-7ab7184c926f"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}