Information about plays

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

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

{
    "id": 3572390,
    "uri": "https://api.kexp.org/v2/plays/3572390/?format=api",
    "airdate": "2025-10-31T23:46:43-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/48b296d3-cbe3-49d9-9fa7-6e2d482f1084/18692020678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48b296d3-cbe3-49d9-9fa7-6e2d482f1084/18692020678-250.jpg",
    "song": "On Deadly Ground (radio version)",
    "track_id": null,
    "recording_id": "ed2c17c4-2d8e-4af6-af32-0d069418ed2e",
    "artist": "Iriscience & DJ Babu",
    "artist_ids": [
        "a1c23001-af49-4f2e-8e62-06346a734eeb",
        "92caf313-a918-472d-9feb-50ac01e910d0"
    ],
    "album": "On Deadly Ground",
    "release_id": null,
    "release_group_id": "057d4b85-b837-3d02-bb02-4d0f9497f36e",
    "labels": [
        "Blackberry Records"
    ],
    "label_ids": [
        "1dbd2051-63a9-42e0-9e02-82410bcd2a82"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}