Information about plays

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

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

{
    "id": 2678365,
    "uri": "https://api.kexp.org/v2/plays/2678365/?format=api",
    "airdate": "2019-12-26T11:51:24-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4ed8d31-b9e4-43de-8b75-c17022f590a0/24207120093-250.jpg",
    "thumbnail_uri": "",
    "song": "Prayers II",
    "track_id": "4e6fb52b-928f-4ca6-b981-9733309e34ea",
    "recording_id": null,
    "artist": "Teebs",
    "artist_ids": [
        "5b6b10fb-514a-4802-8bd8-11dc00e23580"
    ],
    "album": "Anicca",
    "release_id": "f4ed8d31-b9e4-43de-8b75-c17022f590a0",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A consummate artist with a completely unique style, his ideas seemingly flow from a cloudy hidden realm of the ether straight through the medium and onto the canvas. As both a producer and a painter, his projects possess a flawless consistency that pull one deep into the worlds he creates.\" Check out more by Teebs here: https://teebs.bandcamp.com/album/anicca",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}