Information about plays

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

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

{
    "id": 3578306,
    "uri": "https://api.kexp.org/v2/plays/3578306/?format=api",
    "airdate": "2025-11-15T01:43:00-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "https://coverartarchive.org/release/db8f688c-17b6-4eec-80f8-35ad39b50ad0/41150022517-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db8f688c-17b6-4eec-80f8-35ad39b50ad0/41150022517-250.jpg",
    "song": "Vampyr",
    "track_id": null,
    "recording_id": "18fce416-ef2f-4af9-84b6-329a3fa17bf8",
    "artist": "Mica",
    "artist_ids": [
        "f349e1fa-4cd6-467a-a434-7a6a3802980e"
    ],
    "album": "American Gothic",
    "release_id": null,
    "release_group_id": "23f12dbd-5183-4e04-af10-0fa75b0c9e6b",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://micaeternal.bandcamp.com/album/american-gothic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}