Information about plays

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

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

{
    "id": 3616755,
    "uri": "https://api.kexp.org/v2/plays/3616755/?format=api",
    "airdate": "2026-02-12T23:29:29-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Takes Two",
    "track_id": null,
    "recording_id": "046dcd43-3ae6-4160-a7ba-c658fd327358",
    "artist": "Rob Base & D.J. E‐Z Rock",
    "artist_ids": [
        "6f191c70-1345-4ea5-b7af-5db9ee50d7c0"
    ],
    "album": "It Takes Two",
    "release_id": null,
    "release_group_id": "07f451cb-7f1f-3d5e-a4c9-e02fc41a1de2",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}