Information about plays

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

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

{
    "id": 3588026,
    "uri": "https://api.kexp.org/v2/plays/3588026/?format=api",
    "airdate": "2025-12-07T11:04:12-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I've Never Found a Girl (to Love Me Like You Do)",
    "track_id": "710db478-a66b-3435-821c-ee783b47b65e",
    "recording_id": "1139e556-b8e9-474a-b989-5b42d83c71bf",
    "artist": "Eddie Floyd",
    "artist_ids": [
        "484e8d72-ad54-43cf-bceb-283529ac2b62"
    ],
    "album": "Stax 50th Anniversary Celebration",
    "release_id": "0d4e6a6e-1897-46fa-be5b-91b33e14a012",
    "release_group_id": "1cd9ce56-2e10-31fa-af50-7f4cc7c57f97",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2007-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}