Information about plays

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

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

{
    "id": 3553904,
    "uri": "https://api.kexp.org/v2/plays/3553904/?format=api",
    "airdate": "2025-09-16T21:00:31-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "TOO COOL TO BE CARELESS (Extended edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "PAWSA",
    "artist_ids": [
        "202ed573-bcb9-4686-bc98-6fc96b1f6ae9"
    ],
    "album": "TOO COOL TO BE CARELESS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PAWZ"
    ],
    "label_ids": [
        "1a1f6bb1-aed7-4ba3-891b-997575a111e7"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coming out of Brazil, PAWSA's \"Too Cool to Be Careless\" samples the 1984 R&B track \"Don't Look Any Further\" by Dennis Edwards, which features Siedah Garrett. PAWSA samples the vocal and melody from Edwards' song to create the rolling house bassline and hypnotic vibe of his track. Check them out!\n\nhttps://oldplay.bandcamp.com/track/too-cool-be-careless-pawsa-remix-oldplay",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}