Information about plays

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

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

{
    "id": 3624259,
    "uri": "https://api.kexp.org/v2/plays/3624259/?format=api",
    "airdate": "2026-03-02T03:58:07-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got The",
    "track_id": "56f52602-59d1-4b96-aa73-671cd0282fc3",
    "recording_id": "b903f17b-113e-4056-a880-3f4c00340cc1",
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "Remember My Song",
    "release_id": "77c14000-47a7-48ce-b466-ab1d79a6ccf6",
    "release_group_id": "f49dcc2e-3a2d-3bd9-930b-d379744d9ba7",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2006-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}