Information about plays

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

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

{
    "id": 1386358,
    "uri": "https://api.kexp.org/v2/plays/1386358/?format=api",
    "airdate": "2008-06-16T15:53:51-07:00",
    "show": 24203,
    "show_uri": "https://api.kexp.org/v2/shows/24203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace Of Mind",
    "track_id": "4c9579e6-06bc-4e6a-96ee-15dd8e78074f",
    "recording_id": null,
    "artist": "S.O.U.L.",
    "artist_ids": [
        "f121124b-9223-463b-a388-06c57ff11a6e"
    ],
    "album": "Superfly Soul: Riding Through the Ghetto (disc 1)",
    "release_id": "94fb7e28-76d7-4492-9e90-1e79973fea7c",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "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"
}