Information about plays

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

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

{
    "id": 3576473,
    "uri": "https://api.kexp.org/v2/plays/3576473/?format=api",
    "airdate": "2025-11-10T15:25:15-08:00",
    "show": 65074,
    "show_uri": "https://api.kexp.org/v2/shows/65074/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7de9182-bf65-4c7c-8a32-2029b7f8b287/41922570056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7de9182-bf65-4c7c-8a32-2029b7f8b287/41922570056-250.jpg",
    "song": "Party All the Time",
    "track_id": null,
    "recording_id": "04718382-4231-4428-8281-b89c1474840c",
    "artist": "Eddie Murphy",
    "artist_ids": [
        "98744f0b-20fc-4bb2-9ac4-e2041058911f"
    ],
    "album": "Party All the Time",
    "release_id": null,
    "release_group_id": "97c57f3b-1e42-40a4-85da-0a802c757e98",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Kelli from vancouver washington\n\nCo-written by Rick James and Eddie Murphy, Murphy says that \"Party All the Time\" was written in response to a $100k bet with Richard Pryor.\n\n\"When I told him I was doing a musical album, he bet me $100,000 that I wouldn’t put out a music album where there’s no jokes or nothing, it’s just all music,\" Murphy said. \"He said, ‘You’ll never do it.’ And I bet him $100,000. And then I did it, and he never paid me.\"\n\nhttps://bitly.ws/3gB25",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}