Information about plays

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

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

{
    "id": 3545732,
    "uri": "https://api.kexp.org/v2/plays/3545732/?format=api",
    "airdate": "2025-08-28T03:57:05-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?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": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1978-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Joe in PA!\n\n\"In November 1975, Gaye's estranged first wife, Anna Gordy Gaye, sued Gaye for divorce, claiming irreconcilable differences...\nIn March 1977, the singer's attorney, Curtis Shaw, wanted to end divorce proceedings and convinced Gaye to give up half of the percentage of album royalties he would earn from his next Motown album to Anna\" -- hence this album's title\n\nSampled on that Three 6 track!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}