Information about plays

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

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

{
    "id": 3596746,
    "uri": "https://api.kexp.org/v2/plays/3596746/?format=api",
    "airdate": "2025-12-27T15:03:24-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fake (Phil St George Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Alexander O’Neal",
    "artist_ids": [
        "fc4af92a-1aa8-4f35-9aea-29b2ecbe0779"
    ],
    "album": "Fake",
    "release_id": null,
    "release_group_id": "47d83e63-8c74-427d-a299-e391f9fa00fe",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "071ed4dc-4266-478c-84b8-ec29fb319cfe"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=h8WQI0SWvQA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}