Information about plays

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

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

{
    "id": 3657101,
    "uri": "https://api.kexp.org/v2/plays/3657101/?format=api",
    "airdate": "2026-05-20T05:02:06-07:00",
    "show": 66765,
    "show_uri": "https://api.kexp.org/v2/shows/66765/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-2ee6f5e7-5039-4385-a632-be92265495f7/mbid-2ee6f5e7-5039-4385-a632-be92265495f7-18752421529_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-2ee6f5e7-5039-4385-a632-be92265495f7/mbid-2ee6f5e7-5039-4385-a632-be92265495f7-18752421529_thumb250.jpg",
    "song": "A Better Son/Daughter",
    "track_id": "b5410cb7-d5f1-357b-883a-398ccbd4a84b",
    "recording_id": "799528aa-e160-48ff-a315-bcb64ef78953",
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "The Execution of All Things",
    "release_id": "2ee6f5e7-5039-4385-a632-be92265495f7",
    "release_group_id": "2f14f40b-55e5-3955-b458-9479023799fe",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this 2019 Live on KEXP performance from the lovely Jenny Lewis:\n\nhttps://www.youtube.com/watch?v=DTq8xVku5ic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}