Information about plays

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

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

{
    "id": 3539429,
    "uri": "https://api.kexp.org/v2/plays/3539429/?format=api",
    "airdate": "2025-08-13T03:00:48-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/344183d6-7aae-3b68-b2cc-b24f9ca79bbf/8210434349-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/344183d6-7aae-3b68-b2cc-b24f9ca79bbf/8210434349-250.jpg",
    "song": "Starálfur",
    "track_id": null,
    "recording_id": "bed3ac3d-994f-414a-bae9-c9794c46462f",
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "Ágætis Byrjun",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "XL"
    ],
    "label_ids": [],
    "release_date": "1999-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'll admit, I did shed a tear when Team Zissou found the Jaguar Shark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}