Information about plays

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

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

{
    "id": 3544949,
    "uri": "https://api.kexp.org/v2/plays/3544949/?format=api",
    "airdate": "2025-08-26T06:13:48-07:00",
    "show": 64391,
    "show_uri": "https://api.kexp.org/v2/shows/64391/?format=api",
    "image_uri": "https://ia801805.us.archive.org/8/items/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36-28354623234_thumb500.jpg",
    "thumbnail_uri": "https://ia801805.us.archive.org/8/items/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36-28354623234_thumb250.jpg",
    "song": "In the Midnight Hour",
    "track_id": "0e43e55d-aaba-395e-a1dc-8cfe82f45dea",
    "recording_id": "4397821f-ab2c-4efb-b765-75d5406900fa",
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Flesh + Blood",
    "release_id": "577cd7d3-aad2-37c0-a0fe-863554295d36",
    "release_group_id": "48cb1f6d-d65a-3e5d-aabb-83977322d3fd",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the 1965 soul classic by Wilson Pickett.\n\nWhile Bryan Ferry's vocals lacked the soulful grit of Pickett's original, his smooth and seductive approach fit the band's softer, more polished direction in the late 1970s and early 1980s. This sound would culminate with their final album, Avalon, released two years later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}