Information about plays

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

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

{
    "id": 373576,
    "uri": "https://api.kexp.org/v2/plays/373576/?format=api",
    "airdate": "2019-08-28T15:38:55-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/3e99d83b-1937-43af-be59-88e4253d5d67/9577907323-250.jpg",
    "thumbnail_uri": "",
    "song": "Could You Be the One?",
    "track_id": "f1610d98-2d92-3ae9-9b47-9010e6f49002",
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Warehouse: Songs and Stories",
    "release_id": "3e99d83b-1937-43af-be59-88e4253d5d67",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hüsker Dü was a rock band formed in St Paul, MN in 1979. Including members Bob Mould (guitarist/vocalist),  Greg Norton (bassist/vocalist), and Grant Hart (drummer/vocalist). The band first gained notability as a hardcore punk band, later crossing over into alternative rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}