Information about plays

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

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

{
    "id": 3547566,
    "uri": "https://api.kexp.org/v2/plays/3547566/?format=api",
    "airdate": "2025-09-01T12:16:16-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia802901.us.archive.org/28/items/mbid-083b85ec-6ac7-41f2-85fa-219b4a772696/mbid-083b85ec-6ac7-41f2-85fa-219b4a772696-20812857936_thumb500.jpg",
    "thumbnail_uri": "https://ia902901.us.archive.org/28/items/mbid-083b85ec-6ac7-41f2-85fa-219b4a772696/mbid-083b85ec-6ac7-41f2-85fa-219b4a772696-20812857936_thumb250.jpg",
    "song": "Work It",
    "track_id": "925d0b2c-61d5-4743-8db2-f39feb7ce680",
    "recording_id": "de183161-722c-428a-ae99-1e0a78f215e4",
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Working Class Woman",
    "release_id": "083b85ec-6ac7-41f2-85fa-219b4a772696",
    "release_group_id": "368fc149-3931-4d12-b858-73ee031b2ad7",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "From Pitchfork: If Marie Davidson is ever looking for a side hustle, she should consider becoming a life coach. As “Work It,” the second single off her upcoming record Working Class Woman shows, the Montreal producer understands there’s no shortcut to success. “You wanna know how I get away with everything?” she politely asks before bluntly divulging the hard truth. “I work, all the f*cking time.” https://www.youtube.com/watch?v=luWuzcVa_xM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}