Information about plays

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

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

{
    "id": 355524,
    "uri": "https://api.kexp.org/v2/plays/355524/?format=api",
    "airdate": "2019-07-17T08:30:11-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/76e673df-efe9-4735-9952-7c97c5d2e6ce/11206267772-250.jpg",
    "thumbnail_uri": "",
    "song": "What Makes You Happy",
    "track_id": "6534090a-47e4-3798-9ebd-2c2297c8c063",
    "recording_id": null,
    "artist": "Liz Phair",
    "artist_ids": [
        "149326c2-b8a3-48e3-b3d2-9b5b9593127f"
    ],
    "album": "whitechocolatespaceegg",
    "release_id": "76e673df-efe9-4735-9952-7c97c5d2e6ce",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Listen here young lady\nAll that matter is what makes you happy...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}