Information about plays

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

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

{
    "id": 3616735,
    "uri": "https://api.kexp.org/v2/plays/3616735/?format=api",
    "airdate": "2026-02-12T22:07:41-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "https://coverartarchive.org/release/29c9df72-f486-442a-8344-9e0c4eff8196/41684970447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29c9df72-f486-442a-8344-9e0c4eff8196/41684970447-250.jpg",
    "song": "Jetplane",
    "track_id": null,
    "recording_id": "28f25cdc-6d6e-446f-9aa1-c5884a3eebf4",
    "artist": "Sorry",
    "artist_ids": [
        "54d334a9-3ce4-4d51-8452-7e51c5c2ad11"
    ],
    "album": "Jetplane",
    "release_id": null,
    "release_group_id": "a4549292-3da6-4904-8225-90fdbfdb6a4a",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}