Information about plays

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

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

{
    "id": 3594989,
    "uri": "https://api.kexp.org/v2/plays/3594989/?format=api",
    "airdate": "2025-12-23T17:17:46-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Home",
    "track_id": "fcb57b65-e54c-3d6f-a3bc-b4703b8dfd34",
    "recording_id": "bb6aaa59-82ff-475f-a708-09722d772c60",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "351d23b7-a124-41c9-973e-78ac673b06dd",
    "release_group_id": "8898e5eb-48aa-4eea-8569-d3a2e9adaf02",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Murphy explained this song to NME in 2010, saying, \"I wanted to make something with a happy ending. I wanted it to be about being in a band and how much I like it.\" https://bit.ly/3R2I5aA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}