Information about plays

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

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

{
    "id": 2681301,
    "uri": "https://api.kexp.org/v2/plays/2681301/?format=api",
    "airdate": "2020-01-02T17:53:19-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b54c0bf-ad51-4a9b-afcf-2beff375f1ce/17613347983-250.jpg",
    "thumbnail_uri": "",
    "song": "In Chains",
    "track_id": "513d76d8-165f-4822-bf5b-b70b3026767d",
    "recording_id": null,
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "A Deeper Understanding",
    "release_id": "5b54c0bf-ad51-4a9b-afcf-2beff375f1ce",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}