Information about plays

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

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

{
    "id": 3556615,
    "uri": "https://api.kexp.org/v2/plays/3556615/?format=api",
    "airdate": "2025-09-23T05:45:05-07:00",
    "show": 64639,
    "show_uri": "https://api.kexp.org/v2/shows/64639/?format=api",
    "image_uri": "https://ia800302.us.archive.org/19/items/mbid-4c413791-f9de-4259-b971-1bb2f7c678a4/mbid-4c413791-f9de-4259-b971-1bb2f7c678a4-5486950797_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/19/items/mbid-4c413791-f9de-4259-b971-1bb2f7c678a4/mbid-4c413791-f9de-4259-b971-1bb2f7c678a4-5486950797_thumb250.jpg",
    "song": "A Funky Space Reincarnation",
    "track_id": "cc9c26f8-ea14-3239-a7b7-cdbd79c70548",
    "recording_id": "c7a136d6-f7d0-4b21-ad75-61da4c4976fa",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Here, My Dear",
    "release_id": "4c413791-f9de-4259-b971-1bb2f7c678a4",
    "release_group_id": "225a6648-d4d2-3b89-986b-6e515e7a94f0",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released as a double album in 1978, initially to mixed reviews. Due to lack of commercial success, Gaye actually stopped promoting the album and went into self-imposed exile. Years later, the album was re-evaluated and is now considered a landmark album.\n\nCheck out this 1978 recording of Gaye performing A Funky Space Reincarnation: https://youtu.be/kkq-5UPVFUw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}