Information about plays

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

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

{
    "id": 3558550,
    "uri": "https://api.kexp.org/v2/plays/3558550/?format=api",
    "airdate": "2025-09-27T21:31:28-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do I Look I DILLIGAF, Man?",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gobs",
    "artist_ids": [
        "e5833079-16f3-48df-9b53-c8fcef44acd1"
    ],
    "album": "Obsgay Uleray - ep",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Latest release from this band out of Olympia, WA.\n\nhttps://thegobs.bandcamp.com/album/the-gobs-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}