Information about plays

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

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

{
    "id": 3591489,
    "uri": "https://api.kexp.org/v2/plays/3591489/?format=api",
    "airdate": "2025-12-15T16:01:20-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c413791-f9de-4259-b971-1bb2f7c678a4/5486950797-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c413791-f9de-4259-b971-1bb2f7c678a4/5486950797-250.jpg",
    "song": "Time to Get It Together",
    "track_id": null,
    "recording_id": "e2306117-7f72-4ace-a1b8-fa2f459d9025",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Here, My Dear",
    "release_id": null,
    "release_group_id": "225a6648-d4d2-3b89-986b-6e515e7a94f0",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1978-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album, Marvin Gaye's fourteenth, was released on this day in 1978.\n\n----\nMarvin often spoke of his own demise with startling, prophetic self-awareness. In “Time to Get it Together”, he addresses his mortality and struggle with drug addiction, and the time he has left to turn his life around.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}