Information about plays

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

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

{
    "id": 3577514,
    "uri": "https://api.kexp.org/v2/plays/3577514/?format=api",
    "airdate": "2025-11-13T04:23:22-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/55bd42c2-b6c4-4be2-990d-23ed5fa60297/10489853441-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/55bd42c2-b6c4-4be2-990d-23ed5fa60297/10489853441-250.jpg",
    "song": "Damn It Feels Good to Be a Gangsta",
    "track_id": null,
    "recording_id": "e562263e-097c-409e-b8f2-7f4811729ab2",
    "artist": "Geto Boys",
    "artist_ids": [
        "a78ca453-3a53-4b19-8b2d-61b10dd45558"
    ],
    "album": "Uncut Dope: Geto Boys' Best",
    "release_id": null,
    "release_group_id": "234a694f-5bc5-34fc-90d6-f6bdb395e557",
    "labels": [
        "Rap-A-Lot Records"
    ],
    "label_ids": [
        "8d67c905-4145-42a7-86db-d3bf6e1aaf7d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was one of two previously unreleased songs that appeared on the 1992 compilation \"Uncut Dope: Geto Boys' Best\" and was released as a single with a music video.: www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}