Information about plays

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

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

{
    "id": 3545367,
    "uri": "https://api.kexp.org/v2/plays/3545367/?format=api",
    "airdate": "2025-08-27T05:02:02-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6d4c35c-ee0a-44c3-94a6-818038d6c570/25305091131-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6d4c35c-ee0a-44c3-94a6-818038d6c570/25305091131-250.jpg",
    "song": "I Wanna Thank You",
    "track_id": null,
    "recording_id": "6907699e-8db5-4fb2-b058-d2205b68a358",
    "artist": "Johnny “Guitar” Watson",
    "artist_ids": [
        "defba3df-b0f3-4ef1-8e1f-4ef88cc8fc42"
    ],
    "album": "A Real Mother for Ya",
    "release_id": null,
    "release_group_id": "844c3398-4c9a-35b2-b550-fbf6068d56d8",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning! Today is AMPLIFIER LOVE DAY!! We wanna thank you...by taking your requests all day! Text 206.903.5397 or email DJ@kexp.org and let us know what you want to hear.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}