Information about plays

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

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

{
    "id": 3547047,
    "uri": "https://api.kexp.org/v2/plays/3547047/?format=api",
    "airdate": "2025-08-31T05:22:10-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/16784863-da0f-4823-a8e4-4ab9db9f1d06/25994851936-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16784863-da0f-4823-a8e4-4ab9db9f1d06/25994851936-250.jpg",
    "song": "Hold On",
    "track_id": null,
    "recording_id": null,
    "artist": "Soela",
    "artist_ids": [
        "021da614-e2a4-4dd7-8ec4-1332d1d9d0b1"
    ],
    "album": "Genuine Silk",
    "release_id": null,
    "release_group_id": "bc579bde-3643-4710-ad8f-1d1642a5be17",
    "labels": [
        "Dial"
    ],
    "label_ids": [
        "f518859c-7c97-403c-844a-4b65e32bef5a"
    ],
    "release_date": "2020-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ minimal techno long weekend wake-up ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}