Information about plays

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

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

{
    "id": 3544348,
    "uri": "https://api.kexp.org/v2/plays/3544348/?format=api",
    "airdate": "2025-08-24T18:19:38-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7dd8a96-72f8-4069-801b-6358880ddeb2/39727291403-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7dd8a96-72f8-4069-801b-6358880ddeb2/39727291403-250.jpg",
    "song": "With You",
    "track_id": null,
    "recording_id": "79a1917b-c5d2-49d3-98ed-8cc8920a058a",
    "artist": "Les Imprimés",
    "artist_ids": [
        "36ff0552-3d04-49db-b640-a00bc3bd7213"
    ],
    "album": "With You",
    "release_id": null,
    "release_group_id": "157f3971-027a-41b0-8001-23c30cdcb584",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2024-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Les Imprimés released the uptempo and uplifting \"With You\" in 2024. \n\nThe stirring and ethereal sounds of Les Imprimés and Morten Martens, the man behind the band, are the latest addition to the Big Crown family. Born, raised, and working in Kristiansand, Norway, Morten keeps a low profile while making his heartfelt, highly infectious, and unique music.\n\nhttps://lesimprimes.bandcamp.com/album/with-you-b-w-only-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}