Information about plays

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

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

{
    "id": 3603681,
    "uri": "https://api.kexp.org/v2/plays/3603681/?format=api",
    "airdate": "2026-01-13T03:36:05-08:00",
    "show": 65637,
    "show_uri": "https://api.kexp.org/v2/shows/65637/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Purexed",
    "track_id": null,
    "recording_id": "3267bfb4-8fc5-401d-93ef-a3359eac832c",
    "artist": "P.O.S",
    "artist_ids": [
        "ca5daaf2-fbde-4935-ac6f-069cd20da0d1"
    ],
    "album": "Never Better",
    "release_id": null,
    "release_group_id": "3bd2a69f-8ed7-4e28-9e36-4cfb4fff8ae2",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2009-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sending love and strength to the people of Minneapolis <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}