Information about plays

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

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

{
    "id": 3573691,
    "uri": "https://api.kexp.org/v2/plays/3573691/?format=api",
    "airdate": "2025-11-04T00:57:17-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea52429f-d4e3-43ed-95c7-57d023959217/39739762377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea52429f-d4e3-43ed-95c7-57d023959217/39739762377-250.jpg",
    "song": "Chuch",
    "track_id": null,
    "recording_id": null,
    "artist": "Friendzone",
    "artist_ids": [
        "6a39a1c1-80de-4e52-bf81-973fb65e6c0b"
    ],
    "album": "Collection I",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}