Information about plays

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

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

{
    "id": 343820,
    "uri": "https://api.kexp.org/v2/plays/343820/?format=api",
    "airdate": "2019-06-20T06:54:20-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5/22916910027-250.jpg",
    "thumbnail_uri": "",
    "song": "Holy Elixir",
    "track_id": "f48bb04e-710e-4503-9d68-639851ef0cb7",
    "recording_id": null,
    "artist": "Kate Tempest",
    "artist_ids": [
        "7a2533c3-790e-4828-9b30-ca5467c609c5"
    ],
    "album": "The Book of Traps and Lessons",
    "release_id": "508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the brand new album from London's Kate Tempest. Watch her live performance with us in 2017 here: https://www.youtube.com/watch?v=Ype63tsMMTw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}