Information about plays

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

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

{
    "id": 3542186,
    "uri": "https://api.kexp.org/v2/plays/3542186/?format=api",
    "airdate": "2025-08-19T19:53:48-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/440a78b7-36e0-40e2-810b-999d9ef13b13/9293861802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/440a78b7-36e0-40e2-810b-999d9ef13b13/9293861802-250.jpg",
    "song": "Sultanas de Merkaillo",
    "track_id": null,
    "recording_id": "98499c29-6e75-46c6-b0aa-003d624312e3",
    "artist": "Ojos de Brujo",
    "artist_ids": [
        "ab1b3f93-99ba-4a5b-868f-e412ab0a57fb"
    ],
    "album": "Techarí",
    "release_id": null,
    "release_group_id": "43b664f1-e27a-3cc0-a9d6-cbbc51c9a36e",
    "labels": [
        "Diquela Records"
    ],
    "label_ids": [
        "86c8299c-1999-4196-8e06-1b90cd2747f8"
    ],
    "release_date": "2006-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Barcelona in 1996, Ojos de Brujo was a nine-piece band who described their style as \"jipjop flamenkillo\".\n\nTecharí was their third album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}