Information about plays

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

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

{
    "id": 3555840,
    "uri": "https://api.kexp.org/v2/plays/3555840/?format=api",
    "airdate": "2025-09-21T09:29:11-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d0af8a3-44a1-4556-9e6d-0f459c47bfad/20641511309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d0af8a3-44a1-4556-9e6d-0f459c47bfad/20641511309-250.jpg",
    "song": "Tecumseh Valley",
    "track_id": null,
    "recording_id": "ad6bc2bf-5013-4082-8143-f7a1fa22e990",
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "For the Sake of the Song",
    "release_id": null,
    "release_group_id": "c294c227-8519-32fb-9aa4-f5f0a3c62093",
    "labels": [
        "Poppy"
    ],
    "label_ids": [
        "f4d866d5-a38a-4282-8fb0-153ecf70826e"
    ],
    "release_date": "1968-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sad story of a girl named Caroline in Tecumseh Valley from the Texas songwriter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}