Information about plays

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

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

{
    "id": 3631714,
    "uri": "https://api.kexp.org/v2/plays/3631714/?format=api",
    "airdate": "2026-03-20T23:47:07-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/429e152d-c1ff-30f5-ae9c-2abebd55fd62/8769671871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/429e152d-c1ff-30f5-ae9c-2abebd55fd62/8769671871-250.jpg",
    "song": "Illusions",
    "track_id": null,
    "recording_id": "0721e79d-59dc-4877-b108-02273ee7c42c",
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "III: Temples of Boom",
    "release_id": null,
    "release_group_id": "6cf6a587-3b35-4916-85a9-c947101803eb",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1995-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a different lane entirely! Q-Tip stepping into West Coast reshaping Cypress Hill through his own ear. Cool way to show his remix mind, not just his rap voice.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}