Information about plays

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

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

{
    "id": 3500840,
    "uri": "https://api.kexp.org/v2/plays/3500840/?format=api",
    "airdate": "2025-05-13T12:18:45-07:00",
    "show": 63450,
    "show_uri": "https://api.kexp.org/v2/shows/63450/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-b6c6032c-1ed2-4f98-b50d-a2e1d85be723/mbid-b6c6032c-1ed2-4f98-b50d-a2e1d85be723-41876738081_thumb500.jpg",
    "thumbnail_uri": "https://dn721500.ca.archive.org/0/items/mbid-b6c6032c-1ed2-4f98-b50d-a2e1d85be723/mbid-b6c6032c-1ed2-4f98-b50d-a2e1d85be723-41876738081_thumb250.jpg",
    "song": "Once in a Lifetime",
    "track_id": "9d3833ca-5f1d-39ca-9da2-06d31241bbf8",
    "recording_id": "7ce86631-ab98-4814-b2e0-ec13f8a4d658",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Remain in Light",
    "release_id": "b6c6032c-1ed2-4f98-b50d-a2e1d85be723",
    "release_group_id": "f6b1b900-6108-32f0-abbd-2855af9151eb",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1983-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Same as it ever was...\"\nSharon Van Etten quoted the Talking Heads in the previous song.\n--\nHear how the Talking Heads wrote \"Once in a Lifetime\": https://www.youtube.com/watch?v=a_siGG35f7Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}