Information about plays

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

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

{
    "id": 379474,
    "uri": "https://api.kexp.org/v2/plays/379474/?format=api",
    "airdate": "2019-09-11T08:23:08-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble",
    "track_id": "b67c3d07-99e8-4332-ab25-78fcba9f8cfa",
    "recording_id": null,
    "artist": "Kristin Hersh",
    "artist_ids": [
        "0b461f11-c7af-4ddb-a30e-5cb0aabb3e7f"
    ],
    "album": "Sunny Border Blue",
    "release_id": "eeb20419-6d1d-46fe-b7da-bd917a364ed2",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2001-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Trouble\" by Kristin Hersh is a cover of Cat Stevens's \"Trouble\". Kristin Hersh plays The Tractor Tavern on Wednesday, Sept 25th! - https://bit.ly/2ka8U20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}