Information about plays

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

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

{
    "id": 3550003,
    "uri": "https://api.kexp.org/v2/plays/3550003/?format=api",
    "airdate": "2025-09-07T10:38:54-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire and Brimstone",
    "track_id": null,
    "recording_id": "b089e6aa-392c-448f-be79-0318312ab351",
    "artist": "Link Wray feat. Joey Welz",
    "artist_ids": [],
    "album": "Rumble & Roll",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music Avenue"
    ],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From an album recorded from 1969-1970, this song features Joey Welz, best known for his piano playing in Bill Haley and his Comets.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}