Information about plays

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

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

{
    "id": 3652167,
    "uri": "https://api.kexp.org/v2/plays/3652167/?format=api",
    "airdate": "2026-05-08T14:30:23-07:00",
    "show": 66662,
    "show_uri": "https://api.kexp.org/v2/shows/66662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rockberry Jam (12\" mix)",
    "track_id": null,
    "recording_id": "3b49e8cc-cc7a-426c-81f3-9dc17d2f88e8",
    "artist": "L.A. Dream Team",
    "artist_ids": [
        "65c16100-680c-4916-95ae-47f522f445e4"
    ],
    "album": "The Dream Team Is in the House!",
    "release_id": null,
    "release_group_id": "603debc8-732c-487b-95e4-3fb0122cfe81",
    "labels": [
        "Dream Team Records"
    ],
    "label_ids": [
        "b362e69b-7f29-4e6c-b6c7-57ecf174ae2d"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "JAM! JAM JAM!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}