Information about plays

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

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

{
    "id": 3640710,
    "uri": "https://api.kexp.org/v2/plays/3640710/?format=api",
    "airdate": "2026-04-11T11:20:18-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your House",
    "track_id": null,
    "recording_id": "8095ef81-df8a-4f95-b86e-0f7e928033a9",
    "artist": "Steel Pulse",
    "artist_ids": [
        "37367b2f-69e4-4df2-9e64-75ca6204764b"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Your House\" was originally released on the album 'True Democracy' in 1982. The album was recorded over 25 days in Denmark, with legendary reggae producer Karl Pitterson. https://bit.ly/3hjHuPE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}