Information about plays

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

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

{
    "id": 3631380,
    "uri": "https://api.kexp.org/v2/plays/3631380/?format=api",
    "airdate": "2026-03-20T07:17:46-07:00",
    "show": 66229,
    "show_uri": "https://api.kexp.org/v2/shows/66229/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-af33d401-d6a8-429b-8803-8bef43fef5c8/mbid-af33d401-d6a8-429b-8803-8bef43fef5c8-41499780349_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-af33d401-d6a8-429b-8803-8bef43fef5c8/mbid-af33d401-d6a8-429b-8803-8bef43fef5c8-41499780349_thumb250.jpg",
    "song": "There She Goes",
    "track_id": "656bc800-e550-4911-9cc5-179afee27a37",
    "recording_id": "018c463a-d6e4-481e-a62a-dfe114710948",
    "artist": "The La’s",
    "artist_ids": [
        "ff3e88b3-7354-4f30-967c-1a61ebc8c642"
    ],
    "album": "The La's",
    "release_id": "af33d401-d6a8-429b-8803-8bef43fef5c8",
    "release_group_id": "f57d03ff-b0a5-3b73-a14c-a5ed5f8cd956",
    "labels": [
        "Go! Discs",
        "PolyGram"
    ],
    "label_ids": [
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef",
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The La's performed this infectious song live on The Letterman Show long, long ago: https://www.youtube.com/watch?v=VVd2x0EpnYA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}