Information about plays

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

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

{
    "id": 2679269,
    "uri": "https://api.kexp.org/v2/plays/2679269/?format=api",
    "airdate": "2019-12-28T20:19:46-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Powerhouse",
    "track_id": "1368d425-031b-47c8-9359-656c61b06842",
    "recording_id": null,
    "artist": "Thunderpussy",
    "artist_ids": [
        "1822e292-b283-451c-9ba5-c38132dfda63"
    ],
    "album": "Milk It",
    "release_id": "a0eebda5-00d7-44cd-b5ad-406e675bdffc",
    "release_group_id": null,
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [
        "88d3fc4c-d528-4bb3-b6b9-f395e960205e"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}