Information about plays

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

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

{
    "id": 3605392,
    "uri": "https://api.kexp.org/v2/plays/3605392/?format=api",
    "airdate": "2026-01-17T06:29:43-08:00",
    "show": 65672,
    "show_uri": "https://api.kexp.org/v2/shows/65672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Passionate",
    "track_id": null,
    "recording_id": "42954f6a-e0d8-468b-ba09-79e0dfa3cf65",
    "artist": "Kind of Like Spitting",
    "artist_ids": [
        "8ca6ed27-9be8-48ce-aed7-90e724d2c15a"
    ],
    "album": "Bridges Worth Burning",
    "release_id": null,
    "release_group_id": "c2f672d3-0f02-3bf3-9f82-09501faba266",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2002-08-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}