Information about plays

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

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

{
    "id": 1075253,
    "uri": "https://api.kexp.org/v2/plays/1075253/?format=api",
    "airdate": "2006-04-03T16:37:03-07:00",
    "show": 18887,
    "show_uri": "https://api.kexp.org/v2/shows/18887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coastlines Are Landmines",
    "track_id": "3cce0732-5a3e-4173-942e-481ab95cc41e",
    "recording_id": null,
    "artist": "The Light Footwork",
    "artist_ids": [
        "d9671b5a-d7a0-4c46-95ac-ccb58a03ba93"
    ],
    "album": "One State, Two State",
    "release_id": "ca239a68-1e74-4b80-82b4-79f68d273962",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}