Information about plays

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

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

{
    "id": 376455,
    "uri": "https://api.kexp.org/v2/plays/376455/?format=api",
    "airdate": "2019-09-04T08:50:24-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/3287a560-657b-4557-a93d-16052aa09117/15188669420-250.jpg",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": "ca4e8288-55e2-40ef-acde-0e26adbd7759",
    "recording_id": null,
    "artist": "Beyoncé feat. Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Lemonade",
    "release_id": "3287a560-657b-4557-a93d-16052aa09117",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Queen Bey! <br> </br> Michelle Obama and 17 other women united for a special tribute to Beyoncé, with each woman recreating the same iconic look from the singer’s “Formation” music video. - https://www.beyonce.com/bday2017/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}