Information about plays

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

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

{
    "id": 2682497,
    "uri": "https://api.kexp.org/v2/plays/2682497/?format=api",
    "airdate": "2020-01-05T14:39:33-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/41caff03-684f-46b2-915f-3c68f9c78ac7/23607781995-250.jpg",
    "thumbnail_uri": "",
    "song": "Sunday Driver",
    "track_id": "ad12625a-dcf1-411c-b730-23657f18ff70",
    "recording_id": null,
    "artist": "Kyle Craft",
    "artist_ids": [
        "a1221205-1526-4474-9f10-caa822779fe2"
    ],
    "album": "Showboat Honey",
    "release_id": "41caff03-684f-46b2-915f-3c68f9c78ac7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kyle Craft were at KEXP in August. You can watch it at https://www.kexp.org/watch/kyle-craft-showboat-honey/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}