Information about plays

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

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

{
    "id": 481448,
    "uri": "https://api.kexp.org/v2/plays/481448/?format=api",
    "airdate": "2001-10-29T14:00:00-08:00",
    "show": 8220,
    "show_uri": "https://api.kexp.org/v2/shows/8220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't That a Lot of Love",
    "track_id": "58377682-6f8f-439d-b4d6-a956f5c794cd",
    "recording_id": null,
    "artist": "Taj Mahal & The Phantom Blues Band",
    "artist_ids": [
        "b5a67556-da69-4616-bd18-1b98be4be9e2"
    ],
    "album": "Shoutin' in Key (live)",
    "release_id": "d81e6631-38d5-4bdc-b524-699365a18591",
    "release_group_id": null,
    "labels": [
        "Kan-Du"
    ],
    "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"
}