Information about plays

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

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

{
    "id": 2678355,
    "uri": "https://api.kexp.org/v2/plays/2678355/?format=api",
    "airdate": "2019-12-26T11:02:40-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/69bdd403-f167-4f09-8d63-bde71bf23cfc/23746668793-250.jpg",
    "thumbnail_uri": "",
    "song": "Step On",
    "track_id": "ce4da63f-6976-40ed-b298-2f5119ec4ead",
    "recording_id": null,
    "artist": "Lusine feat. CIFIKA",
    "artist_ids": [
        "15313daf-b042-420d-8bd1-8b41b831b164"
    ],
    "album": "Retrace EP",
    "release_id": "69bdd403-f167-4f09-8d63-bde71bf23cfc",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Repetition is learning. <i>Retrace</i>, the new EP from Jeff McIlwain aka Lusine, moves along this line of thought, reflecting the Texas-raised/Seattle-based producer’s recurrent, iteration-embracing approach to music-making and living.\" https://lusine.bandcamp.com/album/retrace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}