Information about plays

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

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

{
    "id": 2680393,
    "uri": "https://api.kexp.org/v2/plays/2680393/?format=api",
    "airdate": "2019-12-31T12:03:03-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Know",
    "track_id": "e1f53794-9401-4d87-9249-ec0bbb3af886",
    "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": false,
    "is_request": true,
    "is_live": false,
    "comment": "Thunderpussy is playing The Showbox tonight, Wednesday, December 31st, 2019. You can purchase Thunderpussy merch (including the ClubPussy Exclusive Bundle) right here: https://shop.thunderpussyusa.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}