Information about plays

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

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

{
    "id": 3590474,
    "uri": "https://api.kexp.org/v2/plays/3590474/?format=api",
    "airdate": "2025-12-13T06:22:30-08:00",
    "show": 65364,
    "show_uri": "https://api.kexp.org/v2/shows/65364/?format=api",
    "image_uri": "https://coverartarchive.org/release/bdf59d5e-b1d0-36af-a9ac-5eea218b215a/23456575245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bdf59d5e-b1d0-36af-a9ac-5eea218b215a/23456575245-250.jpg",
    "song": "Top Yourself",
    "track_id": null,
    "recording_id": "b9187a8a-a846-4a68-88ef-9d4616701e2b",
    "artist": "The Raconteurs",
    "artist_ids": [
        "be407b02-f3e6-4ed5-9489-f8e5f0ab36dc"
    ],
    "album": "Consolers of the Lonely",
    "release_id": null,
    "release_group_id": "3d8c32dc-5962-3118-9c42-1f1a8d27434d",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2008-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}