Information about plays

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

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

{
    "id": 535707,
    "uri": "https://api.kexp.org/v2/plays/535707/?format=api",
    "airdate": "2002-04-08T00:25:07-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Folk Forms 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Charles Mingus",
    "artist_ids": [
        "f3b8e107-abe8-4743-b6a3-4a4ee995e71f"
    ],
    "album": "Passion Of A Man: the Complete Atlantic Recordings-CD Box Set",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}