Information about plays

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

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

{
    "id": 2678286,
    "uri": "https://api.kexp.org/v2/plays/2678286/?format=api",
    "airdate": "2019-12-26T06:35:53-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab30ec1e-de6a-41f3-95f8-c0192675dc2d/24509693656-250.jpg",
    "thumbnail_uri": "",
    "song": "Pedestal",
    "track_id": "3e2bedf0-cdec-413a-b702-d0e2712c93b7",
    "recording_id": null,
    "artist": "The Berries",
    "artist_ids": [
        "2bcec627-ca06-41a7-8977-e6038e7b2602"
    ],
    "album": "Berryland",
    "release_id": "ab30ec1e-de6a-41f3-95f8-c0192675dc2d",
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Berries’ sophomore full-length feels like something of an oddity in 2019. It’s an unabashed love letter to decades of guitar music that manages to sound fresh, it’s got Americana sway and Brit rock swagger.\" Read more here: https://www.runforcoverrecords.com/artists/the-berries",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}