Information about plays

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

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

{
    "id": 2680720,
    "uri": "https://api.kexp.org/v2/plays/2680720/?format=api",
    "airdate": "2020-01-01T07:34:55-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc26bf85-1c77-4d54-bbf3-9250a56f4913/2159047761-250.jpg",
    "thumbnail_uri": "",
    "song": "The Ice of Boston",
    "track_id": "cc242bfd-17da-3f97-a055-aee131da4f41",
    "recording_id": null,
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "The Ice of Boston",
    "release_id": "fc26bf85-1c77-4d54-bbf3-9250a56f4913",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1998-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}