Information about plays

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

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

{
    "id": 2676012,
    "uri": "https://api.kexp.org/v2/plays/2676012/?format=api",
    "airdate": "2019-12-20T17:11:00-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spooky",
    "track_id": "f309cb28-41aa-4978-9719-f11aac7c21e6",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Republic",
    "release_id": "7da3d360-207a-48b0-89f8-e62d7ccb3cbb",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the last proper single released by New Order until 2001's \"Crystal\" from Get Ready!  And prior to that, you also heard \"Rocking Carol\" and \"Ode to Joy\"/\"Song of Joy\" from a super rare flexi-disc for Hacienda.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}