Information about plays

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

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

{
    "id": 3575104,
    "uri": "https://api.kexp.org/v2/plays/3575104/?format=api",
    "airdate": "2025-11-07T11:53:28-08:00",
    "show": 65045,
    "show_uri": "https://api.kexp.org/v2/shows/65045/?format=api",
    "image_uri": "https://ia600909.us.archive.org/16/items/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e-42270414110_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e-42270414110_thumb250.jpg",
    "song": "All My Little Words",
    "track_id": "c12e3b7e-a67e-3d5f-b66f-749757ab0013",
    "recording_id": "553855ba-199a-4470-a76d-ee516614e28c",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs",
    "release_id": "06b4c4ec-1704-3454-9fa7-9daccbe3cf4e",
    "release_group_id": "5dfac852-1aed-35b2-93b6-e8f9c93fe521",
    "labels": [
        "Circus Records"
    ],
    "label_ids": [
        "715a756f-8c92-400f-94a6-68a135b6ab24"
    ],
    "release_date": "2000-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"All My Little Words\" came out on The Magnetic Fields' 1999 album, 69 Love Songs. \n\nStephen Merritt of The Magnetic Fields played Live on KEXP in 2012! https://www.youtube.com/watch?v=U3nm0_3yJjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}