Information about plays

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

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

{
    "id": 466886,
    "uri": "https://api.kexp.org/v2/plays/466886/?format=api",
    "airdate": "2001-09-16T22:26:40-07:00",
    "show": 7943,
    "show_uri": "https://api.kexp.org/v2/shows/7943/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buddy Bolden's Blues",
    "track_id": "e4784b8e-1294-4b31-a8e0-435a167fdfe8",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "14b22b4b-06d5-4b82-8284-29d29b58945f"
    ],
    "album": "Air Lore",
    "release_id": "a7192ecf-7fff-49cd-977a-fbfc1c2d79b8",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}