Information about plays

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

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

{
    "id": 3652284,
    "uri": "https://api.kexp.org/v2/plays/3652284/?format=api",
    "airdate": "2026-05-08T21:44:08-07:00",
    "show": 66665,
    "show_uri": "https://api.kexp.org/v2/shows/66665/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7ee8cc9-6b13-4e91-8c3b-92f008b59c34/32930863027-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7ee8cc9-6b13-4e91-8c3b-92f008b59c34/32930863027-250.jpg",
    "song": "Be Free",
    "track_id": null,
    "recording_id": "5aa31283-84eb-49e9-81cb-9ca175fb4bd8",
    "artist": "Ferry Djimmy and his Dji‐Kins",
    "artist_ids": [
        "d03d1d2c-f44d-443f-85d5-8d277e3692fc"
    ],
    "album": "Rhythm Revolution",
    "release_id": null,
    "release_group_id": "c299bf1c-0cfc-4155-80b7-928629ad5fee",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During the 1960s Djimmy emigrated to Paris, where he joined the police force as a beat cop. In his spare time, he jammed with other musicians in nightclubs and began establishing a reputation as a formidable vocalist and multi-instrumentalist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}