Information about plays

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

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

{
    "id": 3561558,
    "uri": "https://api.kexp.org/v2/plays/3561558/?format=api",
    "airdate": "2025-10-05T07:38:53-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alberto Balsalm",
    "track_id": null,
    "recording_id": "94d934f6-0bcb-45af-be56-d317e9708e6a",
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "…I Care Because You Do",
    "release_id": null,
    "release_group_id": "79c6d3be-251c-3644-b07e-09d738e15a84",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1995-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hearing Aphex Twin for the first time - https://www.youtube.com/watch?v=-j0E3FE4JkQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}