Information about plays

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

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

{
    "id": 2680673,
    "uri": "https://api.kexp.org/v2/plays/2680673/?format=api",
    "airdate": "2020-01-01T04:36:29-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/111349e0-5427-4dfb-b419-e2e689861ebf/2276827431-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Cat",
    "track_id": "bee9297b-43b2-30b5-9399-42e85cdfc1a3",
    "recording_id": null,
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "Tender Buttons",
    "release_id": "111349e0-5427-4dfb-b419-e2e689861ebf",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2005-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Curiouser and curiouser",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}