Information about plays

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

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

{
    "id": 3603181,
    "uri": "https://api.kexp.org/v2/plays/3603181/?format=api",
    "airdate": "2026-01-11T19:04:30-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Searchin’ for the Soul",
    "track_id": null,
    "recording_id": "eda139bd-0557-432c-b5dd-e89b8dc6d1ce",
    "artist": "Corky McClerkin",
    "artist_ids": [
        "0d470bf4-4ab0-4938-8bcf-1e074e74cab8"
    ],
    "album": "Searchin’ for the Soul",
    "release_id": null,
    "release_group_id": "bafb3419-c68b-4da1-b140-344edcc6150b",
    "labels": [
        "WinCor"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Corky McClerkin released \"Searchin’ for the Soul\" on the album of the same name in 1983 with the WinCor label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}