Information about plays

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

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

{
    "id": 533134,
    "uri": "https://api.kexp.org/v2/plays/533134/?format=api",
    "airdate": "2002-03-31T09:36:48-08:00",
    "show": 9234,
    "show_uri": "https://api.kexp.org/v2/shows/9234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swing Low, Sweet Chariot",
    "track_id": "ba5ac372-0d2d-470f-8aa9-66f538fc3ede",
    "recording_id": null,
    "artist": "The Dixie Hummingbirds",
    "artist_ids": [
        "59f465cf-5f6f-4ddf-bf3d-f56c7776d340"
    ],
    "album": "Live",
    "release_id": "5b344233-20fa-484c-91c3-b68cc896f8f7",
    "release_group_id": null,
    "labels": [
        "MFSL"
    ],
    "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"
}