Information about plays

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

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

{
    "id": 3550396,
    "uri": "https://api.kexp.org/v2/plays/3550396/?format=api",
    "airdate": "2025-09-08T09:39:41-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia601309.us.archive.org/30/items/mbid-303b0dce-f481-4038-bb86-f22a21838e31/mbid-303b0dce-f481-4038-bb86-f22a21838e31-844552319_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/30/items/mbid-303b0dce-f481-4038-bb86-f22a21838e31/mbid-303b0dce-f481-4038-bb86-f22a21838e31-844552319_thumb250.jpg",
    "song": "Rock in This Pocket (Song of David)",
    "track_id": "4a2a0666-9bbb-38d6-88c5-dfc3bf1b758b",
    "recording_id": "8ab241b1-3273-4f20-958e-c97ec92b6cfa",
    "artist": "Suzanne Vega",
    "artist_ids": [
        "cf119120-7df5-47d7-9dec-49f8837a4e40"
    ],
    "album": "99.9 F°",
    "release_id": "303b0dce-f481-4038-bb86-f22a21838e31",
    "release_group_id": "296aeb4a-f1ba-3815-8d5f-bc180c229d0e",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suzanne Vega released 99.9 F° on this day in 1992!\n\nVega has released ten studio albums, with a recent 2025 release earlier this year, Flying with Angels. A singer-songwriter with a career spanning 40 years, Vega's music is focuses on contemporary folk.\n\nhttps://www.suzannevega.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}