Information about plays

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

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

{
    "id": 3575261,
    "uri": "https://api.kexp.org/v2/plays/3575261/?format=api",
    "airdate": "2025-11-07T20:34:51-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Ghost",
    "track_id": null,
    "recording_id": "f37a82d0-d173-4bc8-9a2e-93c9bf8292ce",
    "artist": "Omah Lay",
    "artist_ids": [
        "b63bd4fd-2050-4c92-a237-576f6f6c97cb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known for blending emotional storytelling with infectious melodies his style mixes Afrobeats with soulful R&B and alt-pop elements. The result is raw, personal, and authentic music listeners relate to!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}