Information about plays

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

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

{
    "id": 3636140,
    "uri": "https://api.kexp.org/v2/plays/3636140/?format=api",
    "airdate": "2026-03-31T20:22:24-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ah Nerede",
    "track_id": null,
    "recording_id": "c3c57076-1ca2-4286-a4a6-a9f36229a2af",
    "artist": "Füsun Önal",
    "artist_ids": [
        "a3d9fc25-6d31-4278-bcf6-ba49ef79a09b"
    ],
    "album": "Ah Nerede",
    "release_id": null,
    "release_group_id": "c491e0a5-5eb3-31a2-bb48-40d10ed5789f",
    "labels": [
        "Odeon Müzik"
    ],
    "label_ids": [
        "f6cc4778-45f0-4740-9c1e-1aee4698d35c"
    ],
    "release_date": "2004-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turkish singer Füsun Önal now 78, has a varied career as a singer, theatre actress, writer and lover of animals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}