Information about plays

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

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

{
    "id": 2678430,
    "uri": "https://api.kexp.org/v2/plays/2678430/?format=api",
    "airdate": "2019-12-26T15:55:14-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa09ac30-53e1-4d17-a027-3c3150eea57a/23532781870-250.jpg",
    "thumbnail_uri": "",
    "song": "Paramour",
    "track_id": "a64d40c8-8f21-4e4f-a656-76f57c29286a",
    "recording_id": null,
    "artist": "Anna Meredith",
    "artist_ids": [
        "6fc10cdb-04ce-412c-993f-fea0f4e6b95f"
    ],
    "album": "FIBS",
    "release_id": "fa09ac30-53e1-4d17-a027-3c3150eea57a",
    "release_group_id": null,
    "labels": [
        "もしもし"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FIBS, named after what Meredith describes in a statement as “lies — but nice friendly lies, little stories and constructions and daydreams and narratives that you make for yourself or you tell yourself,\" is preceded by new song \"Paramour.\" Check that out below: https://www.thefader.com/2019/07/10/anna-meredith-fibs-paramour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}