Information about plays

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

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

{
    "id": 3594688,
    "uri": "https://api.kexp.org/v2/plays/3594688/?format=api",
    "airdate": "2025-12-23T01:30:03-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c413791-f9de-4259-b971-1bb2f7c678a4/5486950797-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c413791-f9de-4259-b971-1bb2f7c678a4/5486950797-250.jpg",
    "song": "Is That Enough?",
    "track_id": null,
    "recording_id": "bafb2871-5a8c-49e7-a05a-3cf1178462a4",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Here, My Dear",
    "release_id": null,
    "release_group_id": "225a6648-d4d2-3b89-986b-6e515e7a94f0",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1978-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}