Information about plays

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

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

{
    "id": 3632613,
    "uri": "https://api.kexp.org/v2/plays/3632613/?format=api",
    "airdate": "2026-03-23T04:53:07-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b855066-b396-46bd-a58f-7de98ba4c564/7930284800-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b855066-b396-46bd-a58f-7de98ba4c564/7930284800-250.jpg",
    "song": "Like You",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138"
    ],
    "album": "Kelis Was Here",
    "release_id": null,
    "release_group_id": "a0b1b56d-744f-343c-ac7f-a7a7755a2fc7",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - samples Mozart's \"Magic Flute (Queen of the Night Aria)\"\n\nBieeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}