Information about plays

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

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

{
    "id": 2681379,
    "uri": "https://api.kexp.org/v2/plays/2681379/?format=api",
    "airdate": "2020-01-02T21:46:05-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/4256e91f-aa6e-41d3-a82c-8b7c32eb9d43/24536613931-250.jpg",
    "thumbnail_uri": "",
    "song": "Tambor del Monte",
    "track_id": "92f0aa33-c56a-47f0-a5d9-2ed1a752eb17",
    "recording_id": null,
    "artist": "Terror/Cactus",
    "artist_ids": [
        "67c42332-de6c-46a7-b36a-2db0ae9fe2f3"
    ],
    "album": "Corriente EP",
    "release_id": "4256e91f-aa6e-41d3-a82c-8b7c32eb9d43",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terror/Cactus is the first homegrown psychedelic electro cumbia band this city has ever known.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}