Information about plays

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

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

{
    "id": 2679990,
    "uri": "https://api.kexp.org/v2/plays/2679990/?format=api",
    "airdate": "2019-12-30T15:00:41-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6b2c6bb-945b-44a5-962b-31acd9214fcf/12452309553-250.jpg",
    "thumbnail_uri": "",
    "song": "Loose Fit",
    "track_id": "e0afefb1-d221-4da6-a1f7-1bc86526ac00",
    "recording_id": null,
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Pills ’n’ Thrills and Bellyaches",
    "release_id": "c6b2c6bb-945b-44a5-962b-31acd9214fcf",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is from Happy Mondays' third album, which was coproduced by British DJ Paul Oakenfold and his frequent collaborator Steve Osbourne. Unlike the band's previous album Bummed, Pills 'n' Thrills and Bellyaches incorporates a larger influence from house music through Oakenfold's production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}