Information about plays

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

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

{
    "id": 3544843,
    "uri": "https://api.kexp.org/v2/plays/3544843/?format=api",
    "airdate": "2025-08-26T00:38:07-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/17e02d22-03b5-48ff-bcd0-6610af01af8d/32651617191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17e02d22-03b5-48ff-bcd0-6610af01af8d/32651617191-250.jpg",
    "song": "Wrong Tube",
    "track_id": null,
    "recording_id": null,
    "artist": "Swirlies",
    "artist_ids": [
        "4ec4a033-ba44-41ca-8e09-3bf94fc08523"
    ],
    "album": "Blonder Tongue Audio Baton",
    "release_id": null,
    "release_group_id": "689c9051-6047-3999-bbe2-7c6b0b879fc5",
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great starting point! - https://daily.bandcamp.com/features/swirlies-feature",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}