Information about plays

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

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

{
    "id": 3554707,
    "uri": "https://api.kexp.org/v2/plays/3554707/?format=api",
    "airdate": "2025-09-18T18:50:25-07:00",
    "show": 64596,
    "show_uri": "https://api.kexp.org/v2/shows/64596/?format=api",
    "image_uri": "https://ia800208.us.archive.org/34/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb250.jpg",
    "song": "À la claire fontaine",
    "track_id": "938c0ce4-b641-3d35-9f5b-4ecb8ea6d0b2",
    "recording_id": "73b69e73-97bd-4324-9446-39bc95464622",
    "artist": "MC Solaar",
    "artist_ids": [
        "bbbd2644-b4cb-4bb5-a442-315310f68a0b"
    ],
    "album": "Prose Combat",
    "release_id": "69e5cf67-7cea-4fe8-9129-9779f0a93d69",
    "release_group_id": "b199910b-0f90-3c88-b523-d6852b7612d3",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1994-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Claude M'Barali, who performs as MC Solaar, went to Paris in 1991 with his friend Jimmy Jay, where he gained success within his very first single \"Bouge de là\" which is based on a sample of Cymande's song \"The Message\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}