Information about plays

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

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

{
    "id": 3636232,
    "uri": "https://api.kexp.org/v2/plays/3636232/?format=api",
    "airdate": "2026-04-01T01:13:44-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/79bc635c-2bba-4787-a6ac-0d71dac09f8a/32667389970-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79bc635c-2bba-4787-a6ac-0d71dac09f8a/32667389970-250.jpg",
    "song": "I'm Gonna Wash That Man Right Outa My Hair",
    "track_id": null,
    "recording_id": "ee247f35-1489-42b4-a5f6-86ee160b4d8b",
    "artist": "The Weather Girls",
    "artist_ids": [
        "8bc23f36-2d1e-45c5-ad47-69e402b0923a"
    ],
    "album": "Success",
    "release_id": null,
    "release_group_id": "707755e6-2a2d-33ad-8319-9b84453208f8",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1983-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}