Information about plays

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

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

{
    "id": 3596427,
    "uri": "https://api.kexp.org/v2/plays/3596427/?format=api",
    "airdate": "2025-12-26T19:36:45-08:00",
    "show": 65481,
    "show_uri": "https://api.kexp.org/v2/shows/65481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fefe Naa Efe",
    "track_id": "79f7f187-926c-4818-9e92-08d4fa6f5a0b",
    "recording_id": "8d6b3633-8049-49ca-9d29-a681c319990a",
    "artist": "Fela Kuti",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "The Complete Works of Fela Anikulapo Kuti",
    "release_id": "d54d0d24-c3ba-435f-9ae9-60d2574c3027",
    "release_group_id": "fb6a6f9e-6dcf-42fe-a603-6e463cf65b67",
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "release_date": "2010-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love to my Kenmore Family!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}