Information about plays

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

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

{
    "id": 3541149,
    "uri": "https://api.kexp.org/v2/plays/3541149/?format=api",
    "airdate": "2025-08-17T09:10:29-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/58d52122-68c3-4f4f-aea1-9ec3910a5f2a/34168357179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58d52122-68c3-4f4f-aea1-9ec3910a5f2a/34168357179-250.jpg",
    "song": "A Dime at a Time",
    "track_id": null,
    "recording_id": "1db35eab-a7b8-468a-aca9-ed9172267895",
    "artist": "Del Reeves",
    "artist_ids": [
        "cf6560a1-7f24-4818-b388-0415938e2a45"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The North Carolinan got his start performing on the radio when he was 12 and became known for novelty songs about “girl watching.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}