Information about plays

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

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

{
    "id": 3546403,
    "uri": "https://api.kexp.org/v2/plays/3546403/?format=api",
    "airdate": "2025-08-29T18:19:19-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia803202.us.archive.org/20/items/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3-40460174280_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/20/items/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3/mbid-84fd8d57-874b-40b6-8715-f4aaf89a7ff3-40460174280_thumb250.jpg",
    "song": "X-Ray Eyes",
    "track_id": "12725492-5efb-4a1e-a17b-a1b7dc0fc72a",
    "recording_id": "8912139e-1f70-4fb4-a876-7061b215e8d5",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "X-Ray Eyes",
    "release_id": "84fd8d57-874b-40b6-8715-f4aaf89a7ff3",
    "release_group_id": "193fc1d4-4741-4cb6-b2df-7272be85350d",
    "labels": [
        "Columbia",
        "DFA Records"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first new LCD Soundsystem tune in two years!\n\nJames Murphy says:\n\"[X-Ray Eyes] is the first single of what’s shaping up to be a new album. don’t ask me when that is, because we’re still working on it, but it feels very good to be putting out new music.\" Read more about the album tease here: https://pitchfork.com/news/lcd-soundsystem-tease-album-officially-release-new-song-x-ray-eyes-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}