Information about plays

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

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

{
    "id": 3610429,
    "uri": "https://api.kexp.org/v2/plays/3610429/?format=api",
    "airdate": "2026-01-29T02:05:30-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa9ea2d4-cff3-48af-a77b-82dd8978f69f/20993488751-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa9ea2d4-cff3-48af-a77b-82dd8978f69f/20993488751-250.jpg",
    "song": "Neighborhood Watch",
    "track_id": null,
    "recording_id": "e1362af8-cc9d-4590-aa8e-7b4b956efa3f",
    "artist": "Dilated Peoples",
    "artist_ids": [
        "c71abd83-9d66-4c7b-9f0d-c9c36e85a955"
    ],
    "album": "Neighborhood Watch",
    "release_id": null,
    "release_group_id": "26ed1217-60d0-3a28-9fb2-3419229e0476",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2004-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Tommy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}