Information about plays

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

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

{
    "id": 3552827,
    "uri": "https://api.kexp.org/v2/plays/3552827/?format=api",
    "airdate": "2025-09-14T04:24:28-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia600808.us.archive.org/16/items/mbid-af33d401-d6a8-429b-8803-8bef43fef5c8/mbid-af33d401-d6a8-429b-8803-8bef43fef5c8-41499780349_thumb500.jpg",
    "thumbnail_uri": "https://ia800808.us.archive.org/16/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": "Happy birthday to John Power of The La's!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}