Information about plays

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

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

{
    "id": 1268807,
    "uri": "https://api.kexp.org/v2/plays/1268807/?format=api",
    "airdate": "2007-08-19T10:00:00-07:00",
    "show": 22213,
    "show_uri": "https://api.kexp.org/v2/shows/22213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The World's in a Tangle",
    "track_id": "66147f2c-f79c-4eb4-923c-0c883c25b67a",
    "recording_id": null,
    "artist": "Jimmy Rogers",
    "artist_ids": [
        "3362f019-06a5-4591-ab5d-1e331049f14a"
    ],
    "album": "The Blues, Volume 3",
    "release_id": "7f0af5c9-0f28-4fe3-b643-dd0640625419",
    "release_group_id": null,
    "labels": [
        "Chess Records"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "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"
}