Information about plays

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

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

{
    "id": 2682321,
    "uri": "https://api.kexp.org/v2/plays/2682321/?format=api",
    "airdate": "2020-01-05T04:13:47-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/6151f3d5-7efa-4ea9-95f0-b46c0e269e46/4777674169-250.jpg",
    "thumbnail_uri": "",
    "song": "Hottabatch",
    "track_id": "9db21f9b-1351-3803-b514-1796ec48fae7",
    "recording_id": null,
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Of Light",
    "release_id": "6151f3d5-7efa-4ea9-95f0-b46c0e269e46",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2009-07-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local artists Shabazz Palaces were featured on the the last track by fellow Sub Pop artist Clipping.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}