Information about plays

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

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

{
    "id": 2675870,
    "uri": "https://api.kexp.org/v2/plays/2675870/?format=api",
    "airdate": "2019-12-20T09:39:19-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/d72bf4d7-3bea-38b5-87df-9ef01eb3b14a/5920957048-250.jpg",
    "thumbnail_uri": "",
    "song": "When I’m Small",
    "track_id": "5afb732f-d8b9-3af6-b179-653872914ed7",
    "recording_id": null,
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Eyelid Movies",
    "release_id": "d72bf4d7-3bea-38b5-87df-9ef01eb3b14a",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2010-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 14. \"Eyelid Movies\" is the debut studio album by electronic rock duo Phantogram. The band consists of multi-instrumentalists and vocalists Sarah Barthel and Josh Carter, who have been friends since pre-school. Trying to pick a band name, they looked up \"phantogram\" and found that it referred to an optical illusion in which two-dimensional images appear to be three-dimensional They  noted parallels between this meaning and their band and music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}