Information about plays

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

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

{
    "id": 3593352,
    "uri": "https://api.kexp.org/v2/plays/3593352/?format=api",
    "airdate": "2025-12-20T04:56:17-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbbf1ce1-69cc-4ee5-86b4-ec82c249135d/12446951932-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbbf1ce1-69cc-4ee5-86b4-ec82c249135d/12446951932-250.jpg",
    "song": "I Found Love",
    "track_id": null,
    "recording_id": "0b437462-9aaa-4986-855c-7e190ecc25ae",
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "You Could Be Born Again",
    "release_id": null,
    "release_group_id": "3ddd9f1a-aa45-3a73-98a8-71fb76ecb009",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}