Information about plays

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

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

{
    "id": 3551750,
    "uri": "https://api.kexp.org/v2/plays/3551750/?format=api",
    "airdate": "2025-09-11T15:27:47-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba188d01-907a-4b4b-86e6-9720395e3f81/27924668014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba188d01-907a-4b4b-86e6-9720395e3f81/27924668014-250.jpg",
    "song": "Jump Up in the Air and Stay There",
    "track_id": null,
    "recording_id": "103f58a5-05e4-4a7f-a8d6-38ced109a3a0",
    "artist": "Erykah Badu feat. Lil Wayne & Bilal",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1",
        "ac9a487a-d9d2-4f27-bb23-0f4686488345",
        "260097c7-d628-4a3f-966f-956ea430c0d8"
    ],
    "album": "New Amerykah, Part Two (Return of the Ankh)",
    "release_id": null,
    "release_group_id": "e9e0e792-d5b2-49a6-b8a8-00d996b0a1a5",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jump Up in the Air and Stay There\" contains samples of the vocals from   \"Atomic Dog\" by George Clinton and \"Hydraulic Pump (Part 1 & 2) 12' Mix\" by P-Funk All Stars.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}