Information about plays

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

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

{
    "id": 3591905,
    "uri": "https://api.kexp.org/v2/plays/3591905/?format=api",
    "airdate": "2025-12-16T14:35:03-08:00",
    "show": 65395,
    "show_uri": "https://api.kexp.org/v2/shows/65395/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pep Talk (Clean)",
    "track_id": "0c896c6e-d20f-414b-b758-fabbc5170e74",
    "recording_id": "25a64c95-32d2-4dc1-8dc0-3df89fecb5ba",
    "artist": "Bahamadia",
    "artist_ids": [
        "fc433b50-0061-4298-8beb-af6f51cbd677"
    ],
    "album": "Pep Talk",
    "release_id": "77dbc135-8695-4f79-936b-cb56923ac222",
    "release_group_id": "e0f18e0e-bd04-47e1-b922-35f046595848",
    "labels": [
        "Good Vibe Recordings"
    ],
    "label_ids": [
        "6a9154fb-5e3d-4df8-b603-34f5a90449b4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pep Talk was the final track on BB Queen, the sophomore album by Philly rapper Bahamadia (born Antonia Reed).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}