Information about plays

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

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

{
    "id": 3568507,
    "uri": "https://api.kexp.org/v2/plays/3568507/?format=api",
    "airdate": "2025-10-22T12:57:04-07:00",
    "show": 64903,
    "show_uri": "https://api.kexp.org/v2/shows/64903/?format=api",
    "image_uri": "https://ia803203.us.archive.org/7/items/mbid-dc5ee2df-7e5b-4a43-b67b-b9551e65c361/mbid-dc5ee2df-7e5b-4a43-b67b-b9551e65c361-3592364273_thumb500.jpg",
    "thumbnail_uri": "https://ia903203.us.archive.org/7/items/mbid-dc5ee2df-7e5b-4a43-b67b-b9551e65c361/mbid-dc5ee2df-7e5b-4a43-b67b-b9551e65c361-3592364273_thumb250.jpg",
    "song": "Autumn Sweater",
    "track_id": "fd014751-8a76-3aaf-b331-9f4693ad4439",
    "recording_id": "f0ddcd15-b9c2-4674-8455-c9abcbbfd1c0",
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "I Can Hear the Heart Beating as One",
    "release_id": "3a5178c8-ce0b-3971-a5f5-a3331972df3f",
    "release_group_id": "901ddfef-b428-3022-a7b9-429f56513831",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yo La Tengo will be performing in San Francisco at The Fillmore 12/28-12/31.\n\nhttps://yolatengo.com/schedule\n\n---\n\nHere's a tribute to this great song: https://quietbubble.wordpress.com/2013/11/30/song-of-the-day-yo-la-tengos-autumn-sweater/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}