Information about plays

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

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

{
    "id": 3632153,
    "uri": "https://api.kexp.org/v2/plays/3632153/?format=api",
    "airdate": "2026-03-21T22:44:14-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/2285fd18-c73e-44d4-87a5-70b98f7777c3/16869866694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2285fd18-c73e-44d4-87a5-70b98f7777c3/16869866694-250.jpg",
    "song": "Raquel",
    "track_id": null,
    "recording_id": "f3b6d2d8-df0c-47e8-83f5-483eb14a66b0",
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "The 2 Tone Collection: A Checkered Past",
    "release_id": null,
    "release_group_id": "3b33cc10-1c0d-3c7d-beb9-34befef0b305",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Selecter to The Specials—both central bands of the 2 Tone label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}