Information about plays

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

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

{
    "id": 2670644,
    "uri": "https://api.kexp.org/v2/plays/2670644/?format=api",
    "airdate": "2019-12-08T15:17:52-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2e2f233-a56e-4192-bc43-a9a3416cda70/20706966535-250.jpg",
    "thumbnail_uri": "",
    "song": "Canyon on Fire",
    "track_id": "7d5ce7a6-85c4-4098-b9f9-bcdceb9d4fdf",
    "recording_id": null,
    "artist": "Wild Nothing",
    "artist_ids": [
        "a181595e-5b84-4439-a5f4-f548ddfb64df"
    ],
    "album": "Indigo",
    "release_id": "f2e2f233-a56e-4192-bc43-a9a3416cda70",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wild Nothing visited KEXP earlier this year - watch it here: https://www.youtube.com/watch?v=O1IiEkaQOGI. On this LP Indigo, Jack Tatum \"sheds whatever remains of his lo-fi past, leaning instead into a grand and arena-sized sense of ’80s dreaminess\" according to Stereogum.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}