Information about plays

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

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

{
    "id": 3625762,
    "uri": "https://api.kexp.org/v2/plays/3625762/?format=api",
    "airdate": "2026-03-05T22:18:48-08:00",
    "show": 66102,
    "show_uri": "https://api.kexp.org/v2/shows/66102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LIKE A CHARM",
    "track_id": null,
    "recording_id": "59b59324-a1f0-4a64-8183-18c9575b4f2f",
    "artist": "Silas Short",
    "artist_ids": [
        "274fbc34-d9c6-4918-b870-dc63ead90617"
    ],
    "album": "LUSHLAND",
    "release_id": null,
    "release_group_id": "e7839afc-3bb3-4a21-b9ca-a5279f47179e",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}