Information about plays

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

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

{
    "id": 3604423,
    "uri": "https://api.kexp.org/v2/plays/3604423/?format=api",
    "airdate": "2026-01-14T22:23:40-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Patterns",
    "track_id": null,
    "recording_id": "6ca49efa-fd8c-45ae-bba0-0c16c7ec25fc",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Parsley, Sage, Rosemary and Thyme",
    "release_id": null,
    "release_group_id": "1e9428ef-9c74-3bb8-8b14-e53defab3b48",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1966-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}