Information about plays

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

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

{
    "id": 3549995,
    "uri": "https://api.kexp.org/v2/plays/3549995/?format=api",
    "airdate": "2025-09-07T10:07:26-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1764a3d-27f0-47d5-816c-d932ba0db526/18444175617-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1764a3d-27f0-47d5-816c-d932ba0db526/18444175617-250.jpg",
    "song": "Keep Me Comin'",
    "track_id": null,
    "recording_id": "3feb3c8a-a510-43ad-b4b8-c944fa3c17ee",
    "artist": "Jesse ‘Ed’ Davis",
    "artist_ids": [
        "370f214a-f776-41f6-9821-8b2753866102"
    ],
    "album": "Keep Me Comin'",
    "release_id": null,
    "release_group_id": "3ccdfa6f-9f10-4bc4-a98c-d48bf0544364",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Davis was a citizen of the Comanche Nation, a Muscogee and Seminole descendant and an in-demand session musician. This was his third solo album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}