Information about plays

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

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

{
    "id": 3604035,
    "uri": "https://api.kexp.org/v2/plays/3604035/?format=api",
    "airdate": "2026-01-13T22:59:21-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Get A Job In The City",
    "track_id": null,
    "recording_id": "b96c3977-92c8-499e-b4f9-8ed51be58d7d",
    "artist": "The Kids",
    "artist_ids": [
        "dc1535e1-6e5a-41d8-a226-2320ae378b57"
    ],
    "album": "The Kids",
    "release_id": null,
    "release_group_id": "ba59e6dc-fd88-4518-80e4-61d2fc692489",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1978-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belgian punk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}