Information about plays

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

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

{
    "id": 347622,
    "uri": "https://api.kexp.org/v2/plays/347622/?format=api",
    "airdate": "2019-06-28T23:33:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sword Play (Nameless Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Clear Soul Forces",
    "artist_ids": [
        "ad345e24-3b15-4380-a65b-7737eb864502"
    ],
    "album": "Still",
    "release_id": "a09a8349-d48c-4f8e-88b7-2388d5b57090",
    "release_group_id": null,
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more of this album from Detroit's Clear Soul Forces on clearsoulforces.bandcamp.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}