Information about plays

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

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

{
    "id": 3636429,
    "uri": "https://api.kexp.org/v2/plays/3636429/?format=api",
    "airdate": "2026-04-01T11:58:39-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://dn710108.ca.archive.org/0/items/mbid-48eb6f71-b190-3562-8958-9cf14b603e32/mbid-48eb6f71-b190-3562-8958-9cf14b603e32-36025293048_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-48eb6f71-b190-3562-8958-9cf14b603e32/mbid-48eb6f71-b190-3562-8958-9cf14b603e32-36025293048_thumb250.jpg",
    "song": "When My Baby’s Beside Me",
    "track_id": "5a9f73d6-95ac-3ec8-89f7-1412a11929bf",
    "recording_id": "1fd0a858-c953-41a2-b6c1-f1dfa8ece5ce",
    "artist": "Big Star",
    "artist_ids": [
        "21d177ba-3d51-461e-9b3f-ad9a80b419dc"
    ],
    "album": "#1 Record / Radio City",
    "release_id": "48eb6f71-b190-3562-8958-9cf14b603e32",
    "release_group_id": "05dc9b5a-6e9f-3eb8-aed9-16fe34a2d7fd",
    "labels": [
        "Ardent Records",
        "Stax"
    ],
    "label_ids": [
        "6a513082-581f-4f29-a972-b6fb33355cf2",
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1992-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Star was a rock band formed in Memphis Tennessee in 1971 by Alex Chilton, Chris Bell, Jody Stephens, and Andy Hummel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}