Information about plays

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

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

{
    "id": 2675957,
    "uri": "https://api.kexp.org/v2/plays/2675957/?format=api",
    "airdate": "2019-12-20T14:54:16-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "https://coverartarchive.org/release/38b94527-4f9d-49d4-85d3-d449545ceea4/4816907429-250.jpg",
    "thumbnail_uri": "",
    "song": "Someday",
    "track_id": "effbb05d-9781-3116-9ec5-8c4e8675873f",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Is This It",
    "release_id": "38b94527-4f9d-49d4-85d3-d449545ceea4",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Is This It is the debut studio album by American rock band the Strokes, released on July 30, 2001, by RCA Records. It was recorded at Transporterraum in New York City with producer Gordon Raphael during March and April 2001. For their debut, the band strived to capture a simple sound that was not significantly enhanced in the studio. Building on their 2001 EP The Modern Age, the band members molded compositions largely through live takes during recording sessions, while songwriter and lead singer Julian Casablancas continued to detail the lives and relationships of urban youth.  https://bit.ly/2s7utnY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}