Information about plays

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

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

{
    "id": 347590,
    "uri": "https://api.kexp.org/v2/plays/347590/?format=api",
    "airdate": "2019-06-28T21:23:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Axis",
    "track_id": "04fde5a0-8e11-3b8f-ac4b-c98375bd1de0",
    "recording_id": null,
    "artist": "One Be Lo",
    "artist_ids": [
        "9068a4af-a495-4d82-b6f3-b195f358e16d"
    ],
    "album": "S.O.N.O.G.R.A.M.",
    "release_id": "e291534f-bc08-4914-b732-532247c4dbb3",
    "release_group_id": null,
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [],
    "release_date": "2005-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream more music from tonight's guest One Be Lo on onebelo.bandcamp.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}