Information about plays

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

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

{
    "id": 3579338,
    "uri": "https://api.kexp.org/v2/plays/3579338/?format=api",
    "airdate": "2025-11-17T09:14:47-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://ia801306.us.archive.org/30/items/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf-14821893082_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/30/items/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf/mbid-bc6e09dc-0257-464d-a3ce-9d542c705abf-14821893082_thumb250.jpg",
    "song": "Into the Great Wide Open",
    "track_id": "4948aaf9-68d1-3d61-a5ac-8571d4d6cc31",
    "recording_id": "a0b4e313-a65a-4b24-b681-2730ad150c68",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Into the Great Wide Open",
    "release_id": "bc6e09dc-0257-464d-a3ce-9d542c705abf",
    "release_group_id": "84c5eeb2-5278-35cb-96d5-85297ca5d964",
    "labels": [
        "MCA Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song tells the story of a guy named Eddie (Johnny Depp stars in the video) who moves to Los Angeles, meets a girl and becomes a rock star. While the future is wide open, Petty, who knows a thing or two about record company machinations, leaves it to the listener to decide what happens next. There's a good chance it doesn't go so well. -  https://bit.ly/2JzUoNB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}