Information about plays

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

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

{
    "id": 3628555,
    "uri": "https://api.kexp.org/v2/plays/3628555/?format=api",
    "airdate": "2026-03-13T23:14:09-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down For Some Ignorance [Remix]",
    "track_id": null,
    "recording_id": "7fa0aeb0-3658-49d6-9bc6-5e625dcae0dc",
    "artist": "Saul Williams feat. John Forté",
    "artist_ids": [
        "756cf672-d4ae-4470-a3af-a43d776a211d",
        "7324c1c8-5916-432a-be45-dd149ca9f325"
    ],
    "album": "These Mthrfckrs: MartyrLoserKing - Remixes, B-Sides & Demos",
    "release_id": null,
    "release_group_id": "2830e654-547d-4d8d-becc-c440fb080154",
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "2016-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}