Information about plays

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

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

{
    "id": 2681001,
    "uri": "https://api.kexp.org/v2/plays/2681001/?format=api",
    "airdate": "2020-01-01T23:08:48-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Fight A Man With A Perm",
    "track_id": null,
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "A Beautiful Thing: Idles Live At Le Bataclan",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [],
    "release_date": "2019-12-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New live album recorded in December of 2018.   www.idlesband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}