Information about plays

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

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

{
    "id": 2681441,
    "uri": "https://api.kexp.org/v2/plays/2681441/?format=api",
    "airdate": "2020-01-03T00:50:06-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/06c77465-a73f-490e-a132-2b4ae3b8db68/24545614593-250.jpg",
    "thumbnail_uri": "",
    "song": "Timebends",
    "track_id": "b39c381c-7cb5-4b99-bef4-6d557cba17d1",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Timebends",
    "release_id": "06c77465-a73f-490e-a132-2b4ae3b8db68",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deerhunter with an epic 13 minute song titled “Timebends,” the band’s first new music since their latest LP Why Hasn’t Everything Already Disappeared?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}