Information about plays

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

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

{
    "id": 2678357,
    "uri": "https://api.kexp.org/v2/plays/2678357/?format=api",
    "airdate": "2019-12-26T11:12:10-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5/22471275019-250.jpg",
    "thumbnail_uri": "",
    "song": "Dance This Mess Around",
    "track_id": "be1f94b6-31a5-47dd-bee9-e1788af62f95",
    "recording_id": null,
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "The B‐52’s",
    "release_id": "a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dance This Mess Around\" is filled with longing, a bit of rage, and a vibe that is downright sultry, the soundtrack to a late-night slowjam in a room lit by nothing but lava lamps.\" https://bit.ly/2rqKjto",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}