Information about plays

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

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

{
    "id": 3562805,
    "uri": "https://api.kexp.org/v2/plays/3562805/?format=api",
    "airdate": "2025-10-08T21:19:18-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://ia802806.us.archive.org/35/items/mbid-09215487-f76c-44f9-a107-1c9c4fffa2a3/mbid-09215487-f76c-44f9-a107-1c9c4fffa2a3-25184410571_thumb500.jpg",
    "thumbnail_uri": "https://ia902806.us.archive.org/35/items/mbid-09215487-f76c-44f9-a107-1c9c4fffa2a3/mbid-09215487-f76c-44f9-a107-1c9c4fffa2a3-25184410571_thumb250.jpg",
    "song": "If I Am Only My Thoughts",
    "track_id": "60377c1f-2771-4509-99db-9c08db73fb6c",
    "recording_id": "9efa78f8-53bc-486e-a958-d62972503c67",
    "artist": "Loving",
    "artist_ids": [
        "d8a1bce4-2126-4758-9f70-bd992f2460fe"
    ],
    "album": "If I Am Only My Thoughts",
    "release_id": "09215487-f76c-44f9-a107-1c9c4fffa2a3",
    "release_group_id": "7932545a-61da-451f-b979-7d4c7fe78ba3",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's the FALL DRIVE! kexp.org to donate! You could get a cool tote bag, and other things.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}