Information about plays

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

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

{
    "id": 2681365,
    "uri": "https://api.kexp.org/v2/plays/2681365/?format=api",
    "airdate": "2020-01-02T21:04:09-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/63e7904b-ba2c-4f4d-abcf-05933556692f/12911378451-250.jpg",
    "thumbnail_uri": "",
    "song": "Ahead of the Curve",
    "track_id": "569d208f-46b5-3080-bf62-eb211400638e",
    "recording_id": null,
    "artist": "Monsters of Folk",
    "artist_ids": [
        "e003d316-67fa-4509-8aac-779bae553bee"
    ],
    "album": "Monsters of Folk",
    "release_id": "63e7904b-ba2c-4f4d-abcf-05933556692f",
    "release_group_id": null,
    "labels": [
        "Shangri-La Music"
    ],
    "label_ids": [
        "bc75b8cc-5178-403a-888b-1392f3e4b1b6"
    ],
    "release_date": "2009-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Monsters of Folk is the self titled first and only studio album by American indie rock band Monsters of Folk, a group that consists of the artists Jim James, Conor Oberst, M. Ward, and Mike Mogis. Originally slated for release in 2010, the album was released through Shangri La Music and Rough Trade on September 22, 2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}