Information about plays

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

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

{
    "id": 3605314,
    "uri": "https://api.kexp.org/v2/plays/3605314/?format=api",
    "airdate": "2026-01-17T02:12:50-08:00",
    "show": 65670,
    "show_uri": "https://api.kexp.org/v2/shows/65670/?format=api",
    "image_uri": "https://coverartarchive.org/release/dcbe6ef2-2dc3-4c39-9518-ca3f94b9a3da/21891489533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dcbe6ef2-2dc3-4c39-9518-ca3f94b9a3da/21891489533-250.jpg",
    "song": "Special Agent Man (Female Version)",
    "track_id": null,
    "recording_id": "cf17af8d-b0fc-4441-a759-b8231e3794d7",
    "artist": "Gaznevada",
    "artist_ids": [
        "1a33d6cc-3d18-4e5c-90f7-b025181e3f94"
    ],
    "album": "Special Agent Man",
    "release_id": null,
    "release_group_id": "6f9d96cc-6d70-473d-b486-868b8cbbe207",
    "labels": [
        "Italian Records"
    ],
    "label_ids": [
        "fc6b0bdf-591d-4989-9ff2-c58b56f0a035"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/247666-Gaznevada-Special-Agent-Man",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}