Information about plays

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

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

{
    "id": 351415,
    "uri": "https://api.kexp.org/v2/plays/351415/?format=api",
    "airdate": "2019-07-07T18:45:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Samba de Una Nota Só (One Note Samba)",
    "track_id": "dc41470c-9f06-3d6b-8071-5e34879c3c77",
    "recording_id": null,
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "Big Band Bossa Nova",
    "release_id": "ed5a8271-2388-4863-9362-32defc8f03f1",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}