Information about plays

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

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

{
    "id": 347604,
    "uri": "https://api.kexp.org/v2/plays/347604/?format=api",
    "airdate": "2019-06-28T22:23:59-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "http://coverartarchive.org/release/9957b02f-02f4-3e90-9c93-4be483734551/5563561385-250.jpg",
    "thumbnail_uri": "",
    "song": "Rock Co.Kane Flow",
    "track_id": "9c3f3de2-6d53-368f-9d1e-7bcce98994c0",
    "recording_id": null,
    "artist": "De La Soul feat. MF DOOM",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "The Grind Date",
    "release_id": "9957b02f-02f4-3e90-9c93-4be483734551",
    "release_group_id": null,
    "labels": [
        "Sanctuary Urban"
    ],
    "label_ids": [
        "b14ed205-47bf-4012-bd63-6217795edc6c"
    ],
    "release_date": "2004-10-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "De La Soul will be performing at the first annual THING! Festival in Port Townsend on Aug. 24th/25th! Ticket info on thingnw.org.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}