Information about plays

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

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

{
    "id": 3555835,
    "uri": "https://api.kexp.org/v2/plays/3555835/?format=api",
    "airdate": "2025-09-21T09:10:19-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/eba99596-dca7-4521-8f2d-9a5d48bd20bb/17218116156-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eba99596-dca7-4521-8f2d-9a5d48bd20bb/17218116156-250.jpg",
    "song": "Through the Morning, Through the Night",
    "track_id": null,
    "recording_id": "554e9056-8e62-4175-b279-393e74c7970d",
    "artist": "Dillard & Clark",
    "artist_ids": [
        "04be10c4-073d-41dd-82b3-a1b1dcf18b21"
    ],
    "album": "Through the Morning, Through the Night",
    "release_id": null,
    "release_group_id": "21b8860a-afd7-3e0c-8a31-dba815441038",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of only four original songs by Gene Clark on the second and last album from the country rock band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}