Information about plays

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

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

{
    "id": 3562701,
    "uri": "https://api.kexp.org/v2/plays/3562701/?format=api",
    "airdate": "2025-10-08T13:32:42-07:00",
    "show": 64780,
    "show_uri": "https://api.kexp.org/v2/shows/64780/?format=api",
    "image_uri": "https://ia801904.us.archive.org/1/items/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7-3439120935_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/1/items/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7-3439120935_thumb250.jpg",
    "song": "Sally MacLennane",
    "track_id": "c9f174d5-f9af-3bd8-8d7c-1498bc6deda4",
    "recording_id": "9c4cc845-e0e3-41d7-a548-8ff25968e27a",
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Rum Sodomy & the Lash",
    "release_id": "83a9039a-8c6b-42fa-836e-a57c179e5fb7",
    "release_group_id": "ba1f6641-9085-36a0-8962-65ad6e48afd1",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1989-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#302 in our countdown of favorite albums of all time..\n---\nThis was the second studio album from The Pogues.\nFormed in London’s King’s Cross in 1982, The Pogues were originally named Pogue Mahone – an Anglicization of the Irish phrase ‘póg mo thóin’, meaning ‘kiss my arse’. : https://www.loudersound.com/features/pogues-rum-sodomy-lash-story-behind-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}