Information about plays

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

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

{
    "id": 3572214,
    "uri": "https://api.kexp.org/v2/plays/3572214/?format=api",
    "airdate": "2025-10-31T12:38:00-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-25ba4d40-6e49-4969-b425-4d82c4ac8d6c/mbid-25ba4d40-6e49-4969-b425-4d82c4ac8d6c-27035914612_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-25ba4d40-6e49-4969-b425-4d82c4ac8d6c/mbid-25ba4d40-6e49-4969-b425-4d82c4ac8d6c-27035914612_thumb250.jpg",
    "song": "Vampire Girl",
    "track_id": "201288ea-8aff-3321-bc7d-698d82daac7e",
    "recording_id": "55c7974c-e52f-42a5-bde8-ee514b9d533b",
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "You Must Ask the Heart",
    "release_id": "25ba4d40-6e49-4969-b425-4d82c4ac8d6c",
    "release_group_id": "0cebbfff-a27a-378f-9bbe-2256e50a101f",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prolific artist Jonathan Richman released \"Vampire Girl\" on his 1995 You Must Ask the Heart album, his sixth solo full-length.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}