Information about plays

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

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

{
    "id": 3548708,
    "uri": "https://api.kexp.org/v2/plays/3548708/?format=api",
    "airdate": "2025-09-04T04:56:24-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9486f1f-2205-4601-81dd-17dcb879e589/17095332282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9486f1f-2205-4601-81dd-17dcb879e589/17095332282-250.jpg",
    "song": "We Still Party",
    "track_id": null,
    "recording_id": "3f9606c7-16ae-4174-ad03-a97265d041e0",
    "artist": "DJ Quik",
    "artist_ids": [
        "542f4f08-4d8f-48db-a414-d3a33a62929f"
    ],
    "album": "Rhythm‐al‐ism",
    "release_id": null,
    "release_group_id": "f1a3dd97-5898-32d5-8814-4a17217ff2ee",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1998-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rhythm-al-ism is the West Coast producer/rapper's 1998 magnum opus, full of lush instrumentation and funky grooves.\n\n\"We Still Party\" samples \"Verb: That's What's Happening\" from School House Rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}