Information about plays

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

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

{
    "id": 457803,
    "uri": "https://api.kexp.org/v2/plays/457803/?format=api",
    "airdate": "2001-08-21T00:07:03-07:00",
    "show": 7759,
    "show_uri": "https://api.kexp.org/v2/shows/7759/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body and Soul",
    "track_id": "63c84535-db5d-4a5a-9f53-0b38c3e359cb",
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "The Very Best of the Atlantic Years",
    "release_id": "402b6fe8-0f80-48c0-bceb-da978adc21f3",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}