Information about plays

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

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

{
    "id": 3616756,
    "uri": "https://api.kexp.org/v2/plays/3616756/?format=api",
    "airdate": "2026-02-12T23:35:19-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Formula",
    "track_id": null,
    "recording_id": "b26ef295-c034-4022-bc18-7f6b2e1675da",
    "artist": "The D.O.C.",
    "artist_ids": [
        "535f74d5-8328-40ff-9cea-568ef916b3c8"
    ],
    "album": "No One Can Do It Better",
    "release_id": null,
    "release_group_id": "65b0321c-4852-3e7f-a622-706d600ab485",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}