Information about plays

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

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

{
    "id": 3631516,
    "uri": "https://api.kexp.org/v2/plays/3631516/?format=api",
    "airdate": "2026-03-20T15:14:59-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "https://ia801905.us.archive.org/16/items/mbid-33d5ef96-7e45-49e6-9c87-cfdbe4738c91/mbid-33d5ef96-7e45-49e6-9c87-cfdbe4738c91-4438613558_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-33d5ef96-7e45-49e6-9c87-cfdbe4738c91/mbid-33d5ef96-7e45-49e6-9c87-cfdbe4738c91-4438613558_thumb250.jpg",
    "song": "Sunshine",
    "track_id": "fe8528fc-b63c-4f5f-9bdc-6514cc8b25a7",
    "recording_id": "db7ff6d5-3904-43a8-890a-de47d013a1aa",
    "artist": "Handsome Boy Modeling School",
    "artist_ids": [
        "c3f99319-52c7-47f2-9631-10bc7cc8c589"
    ],
    "album": "So... How's Your Girl?",
    "release_id": "f3de9346-ee37-4376-ae83-8804ac83887d",
    "release_group_id": "1bedf85c-11fc-41c3-a270-50944d17f87b",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tiffany in La Conner wanted some Handsome Boy Modeling School! How about some Sunshine?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}