Information about plays

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

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

{
    "id": 425365,
    "uri": "https://api.kexp.org/v2/plays/425365/?format=api",
    "airdate": "2001-05-17T12:23:04-07:00",
    "show": 7136,
    "show_uri": "https://api.kexp.org/v2/shows/7136/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And the Band Played Waltzing Matilda",
    "track_id": "a9701ed8-1b91-4411-9685-b8c82ba50886",
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Rum Sodomy & the Lash",
    "release_id": "ff7694ed-a86e-47b4-a120-02f945dcad18",
    "release_group_id": null,
    "labels": [
        "Seez"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}