Information about plays

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

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

{
    "id": 3579465,
    "uri": "https://api.kexp.org/v2/plays/3579465/?format=api",
    "airdate": "2025-11-17T16:16:35-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "https://coverartarchive.org/release/b82525f4-6c17-4be0-8992-73ff36ae0b92/37389259331-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b82525f4-6c17-4be0-8992-73ff36ae0b92/37389259331-250.jpg",
    "song": "Drownin' in the Sea of Love (1972 Soul Purrfection Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe Simon",
    "artist_ids": [
        "b7635355-a40d-4b08-b441-71aa91017bfd"
    ],
    "album": "Body + Soul: The ’70s",
    "release_id": null,
    "release_group_id": "b5b6b23f-7a21-4db4-a63b-7107be0894c5",
    "labels": [
        "Time–Life Music"
    ],
    "label_ids": [
        "3a657e07-7f99-4baf-ab3b-53cdc941d73b"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Kenny Gamble and Leon Huff \n \nKenneth Gamble and Leon A. Huff are an American songwriting and production duo credited for developing the Philadelphia soul music genre (also known as Philly sound) of the 1970s. In addition to forming their own label, Philadelphia International Records, Gamble and Huff have written and produced 175 gold and platinum records, earning them an induction into the Rock and Roll Hall of Fame in the non-performer category in March 2008.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}