Information about plays

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

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

{
    "id": 3529709,
    "uri": "https://api.kexp.org/v2/plays/3529709/?format=api",
    "airdate": "2025-07-21T00:02:04-07:00",
    "show": 64070,
    "show_uri": "https://api.kexp.org/v2/shows/64070/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffacfd78-14f0-4d37-bcd2-84fbb65ef99d/6298274284-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffacfd78-14f0-4d37-bcd2-84fbb65ef99d/6298274284-250.jpg",
    "song": "Is That What Everybody Wants",
    "track_id": null,
    "recording_id": "392a301a-d460-4a51-8d06-7fb7ed0811d6",
    "artist": "Cliff Martinez",
    "artist_ids": [
        "c7e7036d-236a-4b4c-83a8-64bca8b14d7e"
    ],
    "album": "Solaris",
    "release_id": null,
    "release_group_id": "cf278c58-4529-39f6-8d36-a7cb14fd9a5a",
    "labels": [
        "La‐La Land Records"
    ],
    "label_ids": [
        "8571b3b1-df08-4be1-9e93-c93a8152ffab"
    ],
    "release_date": "2002-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}