Information about plays

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

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

{
    "id": 1290687,
    "uri": "https://api.kexp.org/v2/plays/1290687/?format=api",
    "airdate": "2007-10-14T00:17:17-07:00",
    "show": 22582,
    "show_uri": "https://api.kexp.org/v2/shows/22582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Television, the Drug of the Nation (radio edit)",
    "track_id": "ecfed76e-0955-478f-a832-b904aa1ba334",
    "recording_id": null,
    "artist": "The Disposable Heroes of Hiphoprisy",
    "artist_ids": [
        "0184c417-228d-4cd3-80ce-b44d5b9a3311"
    ],
    "album": "Television, The Drug Of The Nation",
    "release_id": "580167cb-eb42-4734-be0f-705d218964fe",
    "release_group_id": null,
    "labels": [
        "4th & Broadway"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "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"
}