Information about plays

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

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

{
    "id": 3550038,
    "uri": "https://api.kexp.org/v2/plays/3550038/?format=api",
    "airdate": "2025-09-07T12:41:52-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4f27faf-54bb-4f82-9bf5-12ac188937f5/35352351024-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4f27faf-54bb-4f82-9bf5-12ac188937f5/35352351024-250.jpg",
    "song": "Come to Mama",
    "track_id": null,
    "recording_id": "547bca07-2121-4eb4-ba3f-e5648ad99dcf",
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "Tellin' It",
    "release_id": null,
    "release_group_id": "5a540d02-1163-3dd4-9594-e6ccff9a55c1",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ann Lee Peebles was born in Kinloch, Missouri and grew up singing in her father's church choir. The Peebles Choir regularly opened for Mahalia Jackson and the Soul Stirrers (featuring Sam Cooke).\n\nhttps://annpeebles.bandcamp.com/album/tellin-it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}