Information about plays

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

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

{
    "id": 3608775,
    "uri": "https://api.kexp.org/v2/plays/3608775/?format=api",
    "airdate": "2026-01-25T01:56:10-08:00",
    "show": 65748,
    "show_uri": "https://api.kexp.org/v2/shows/65748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Arngast",
    "track_id": null,
    "recording_id": null,
    "artist": "Finistere",
    "artist_ids": [
        "90d1f066-6165-485c-b069-83ee5be17538"
    ],
    "album": "Am grauen Meer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ministry of Truth"
    ],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second full length from this band out of Bremerhaven, Germany.\n\nhttps://fnstr.bandcamp.com/\nhttps://www.instagram.com/finistere_band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}