Information about plays

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

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

{
    "id": 3547123,
    "uri": "https://api.kexp.org/v2/plays/3547123/?format=api",
    "airdate": "2025-08-31T10:25:51-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/31b3e536-4876-4f28-aab3-dd3fcf2c3818/15734576541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31b3e536-4876-4f28-aab3-dd3fcf2c3818/15734576541-250.jpg",
    "song": "Maggie",
    "track_id": null,
    "recording_id": "b6fe8181-086b-49fa-b315-8be079f83bda",
    "artist": "Mungo Jerry",
    "artist_ids": [
        "d99a6247-94ab-4685-87df-572ba6ef44b7"
    ],
    "album": "Mungo Jerry",
    "release_id": null,
    "release_group_id": "b7f53a76-214e-3c17-8509-0297666b6985",
    "labels": [
        "Janus Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Middlesex, England band’s debut album. They took their name from a T.S. Eliot poem.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}