Information about plays

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

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

{
    "id": 3645414,
    "uri": "https://api.kexp.org/v2/plays/3645414/?format=api",
    "airdate": "2026-04-22T16:50:31-07:00",
    "show": 66524,
    "show_uri": "https://api.kexp.org/v2/shows/66524/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56-38395739344_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56-38395739344_thumb250.jpg",
    "song": "Genie",
    "track_id": "ace3174e-372f-4023-9e0d-5c502e27d8e8",
    "recording_id": "fd29abfe-b864-4fe3-b2b3-29b144a6d345",
    "artist": "Crumb",
    "artist_ids": [
        "b747dabe-b66c-48f6-bae6-b5e16d86b9ab"
    ],
    "album": "Amama",
    "release_id": "77a698a8-98da-401d-a59b-1ae4bc28df56",
    "release_group_id": "d1e889b4-5fb4-4521-8938-35affef75bfe",
    "labels": [
        "Crumb Records"
    ],
    "label_ids": [
        "2e962282-773b-4b4e-a643-f5b8a043525e"
    ],
    "release_date": "2024-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn-based band stopped by to perform Live on KEXP in 2025. Evie hosted them and you can watch them play this song on the KEXP YouTube channel:\nhttps://www.youtube.com/watch?v=3-us6fTBziA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}