Information about plays

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

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

{
    "id": 3551726,
    "uri": "https://api.kexp.org/v2/plays/3551726/?format=api",
    "airdate": "2025-09-11T14:00:56-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cf3b4d4-1328-4350-9b45-f79a66cedf43/19845668009-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cf3b4d4-1328-4350-9b45-f79a66cedf43/19845668009-250.jpg",
    "song": "Help From My Friends",
    "track_id": null,
    "recording_id": "d1acf3e2-a3f6-4770-a4a1-d0b4467c5874",
    "artist": "Parlet",
    "artist_ids": [
        "b30e29a4-be9c-4eaa-a91f-fa075b8b46a0"
    ],
    "album": "Play Me or Trade Me",
    "release_id": null,
    "release_group_id": "52407f04-1f68-439d-bfe2-664d3bf5fee8",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1980-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Parlet was a female spinoff group from P-Funk formed by veteran background vocalists Mallia Franklin, Jeanette Washington and Debbie Wright. Washington and Wright were the first female members in Parliament-Funkadelic in 1975.\n--\nThis song was produced by George Clinton and Ron Dunbar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}