Information about plays

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

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

{
    "id": 3577504,
    "uri": "https://api.kexp.org/v2/plays/3577504/?format=api",
    "airdate": "2025-11-13T03:49:57-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/44cbff72-9db6-4ad0-b4c8-b14986afc93a/10150118074-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44cbff72-9db6-4ad0-b4c8-b14986afc93a/10150118074-250.jpg",
    "song": "The Hand That Feeds",
    "track_id": null,
    "recording_id": "9461fcb9-bd69-4a26-9958-d118ec3c0e80",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "With Teeth",
    "release_id": null,
    "release_group_id": "10224fb3-a861-3247-9eab-81b7b0fbb0d4",
    "labels": [
        "Nothing Records"
    ],
    "label_ids": [
        "4b5cba06-6a79-454c-91f5-3fe220d4950d"
    ],
    "release_date": "2005-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nine Inch Nails was scheduled to perform this song, which was critical of the Bush administration, live at the 2005 MTV Movie Awards, but MTV denied Trent Reznor’s request to perform in front of a large image of President George W. Bush’s face. As a result, Reznor decided to cancel the performance. NIN was replaced by the Foo Fighters.\n--\nWatch the music video: https://www.youtube.com/watch?v=xwhBRJStz7w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}