Information about plays

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

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

{
    "id": 3590359,
    "uri": "https://api.kexp.org/v2/plays/3590359/?format=api",
    "airdate": "2025-12-13T00:07:07-08:00",
    "show": 65361,
    "show_uri": "https://api.kexp.org/v2/shows/65361/?format=api",
    "image_uri": "https://coverartarchive.org/release/2386f364-72de-43cc-b880-25c8360c201e/41082693283-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2386f364-72de-43cc-b880-25c8360c201e/41082693283-250.jpg",
    "song": "Man In The Mirror",
    "track_id": null,
    "recording_id": null,
    "artist": "MIKE",
    "artist_ids": [],
    "album": "Showbiz!",
    "release_id": null,
    "release_group_id": "3e8f18f1-3058-4db4-8776-7ee749204f78",
    "labels": [
        "10k"
    ],
    "label_ids": [
        "4321b3d3-0023-4c6c-899c-2787ee02a407"
    ],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}