Information about plays

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

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

{
    "id": 460877,
    "uri": "https://api.kexp.org/v2/plays/460877/?format=api",
    "airdate": "2001-08-29T18:47:30-07:00",
    "show": 7820,
    "show_uri": "https://api.kexp.org/v2/shows/7820/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ev'ry Wind (In the River)",
    "track_id": "5de177a1-62b8-4b13-81f5-8d0f1c256dbb",
    "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": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}