Information about plays

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

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

{
    "id": 3578289,
    "uri": "https://api.kexp.org/v2/plays/3578289/?format=api",
    "airdate": "2025-11-15T00:53:33-08:00",
    "show": 65111,
    "show_uri": "https://api.kexp.org/v2/shows/65111/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2ab0d46-23e4-4fd4-a6f9-0e64508acf9c/9900302771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2ab0d46-23e4-4fd4-a6f9-0e64508acf9c/9900302771-250.jpg",
    "song": "Electric Relaxation",
    "track_id": null,
    "recording_id": "23733c55-a2a1-478f-952c-177b3d54b6ee",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Midnight Marauders",
    "release_id": null,
    "release_group_id": "c2afedfb-034a-3683-ad47-e4404cd7c485",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}