Information about plays

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

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

{
    "id": 2682311,
    "uri": "https://api.kexp.org/v2/plays/2682311/?format=api",
    "airdate": "2020-01-05T03:39:46-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/3287a560-657b-4557-a93d-16052aa09117/15188669420-250.jpg",
    "thumbnail_uri": "",
    "song": "Sorry",
    "track_id": "65ee01f7-f450-44a5-bc06-732c5da94c36",
    "recording_id": null,
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "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": "Released in 2016, the album 'Lemonade' was Beyoncé's sixth consecutive album to debut at number 1 on the US Billboard 200.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}