Information about plays

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

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

{
    "id": 3343814,
    "uri": "https://api.kexp.org/v2/plays/3343814/?format=api",
    "airdate": "2024-05-04T18:25:11-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6ba2a29-3588-4439-a16d-4c02ae7c9033/19859805663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6ba2a29-3588-4439-a16d-4c02ae7c9033/19859805663-250.jpg",
    "song": "Higher",
    "track_id": null,
    "recording_id": "9feb79ee-8732-4d73-9de5-159bb8431628",
    "artist": "The Kingdom",
    "artist_ids": [
        "ff047a75-45d9-41df-93f3-22c12a94f8b1"
    ],
    "album": "K1",
    "release_id": null,
    "release_group_id": "18cc53bb-e94e-3eb4-b210-69475e3d8919",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"It becomes clear early on that The Kingdom is...keen on injecting a bit of power and a sense of melodrama into its tunes, overlaying audio images of '80s rock on a milieu of '60s pop and '70s AM radio.\" (via Jonah Flicker)\n\nhttps://www.phoenixnewtimes.com/music/the-kingdom-6405180",
    "play_type": "trackplay"
}