Information about plays

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

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

{
    "id": 3527533,
    "uri": "https://api.kexp.org/v2/plays/3527533/?format=api",
    "airdate": "2025-07-16T01:30:37-07:00",
    "show": 64026,
    "show_uri": "https://api.kexp.org/v2/shows/64026/?format=api",
    "image_uri": "https://coverartarchive.org/release/4fc84a22-4259-3860-a055-50747f97e2e2/8133881652-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4fc84a22-4259-3860-a055-50747f97e2e2/8133881652-250.jpg",
    "song": "Forever Your Girl",
    "track_id": null,
    "recording_id": "e14e1b81-545d-4ad4-95eb-c666b6db01fc",
    "artist": "Paula Abdul",
    "artist_ids": [
        "275d1fca-22e8-46b9-85e6-c3523098a599"
    ],
    "album": "Forever Your Girl",
    "release_id": null,
    "release_group_id": "55a07a9b-9461-384e-8ab1-a62e0ea37580",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1988-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request!\nYoooo ur killin it!\n\nCan you play forever your girl by paula abdul and dedicate to liz from mike in belltown\n\n(She (liz, my wife) was in the music video as a child, tell her i love her!\n\nGreat tunes so far and as always!!!\n\nhttps://www.youtube.com/watch?v=0pyxKqdtrH8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}