Information about plays

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

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

{
    "id": 3500356,
    "uri": "https://api.kexp.org/v2/plays/3500356/?format=api",
    "airdate": "2025-05-12T09:06:40-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia801603.us.archive.org/1/items/mbid-4437da19-4332-41dc-b59e-60cb8ab4a682/mbid-4437da19-4332-41dc-b59e-60cb8ab4a682-8665908485_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/1/items/mbid-4437da19-4332-41dc-b59e-60cb8ab4a682/mbid-4437da19-4332-41dc-b59e-60cb8ab4a682-8665908485_thumb250.jpg",
    "song": "Stay Up Late",
    "track_id": "bb993768-d485-49fd-99ef-e09a91567758",
    "recording_id": "bda155a8-a8e3-4fdc-938f-655f2a23cd29",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Little Creatures",
    "release_id": "4437da19-4332-41dc-b59e-60cb8ab4a682",
    "release_group_id": "8d8aadcd-fcd6-3e0f-b17e-3ec2d88e65d3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1989, Byrne licensed the lyrics for this song (about a little kid who wants to keep the baby up all night) for a children’s book, with images by illustrator Maira Kalman. \n\nhttps://magnetmagazine.com/2010/01/19/the-overunder-talking-heads/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}