Information about plays

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

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

{
    "id": 3574533,
    "uri": "https://api.kexp.org/v2/plays/3574533/?format=api",
    "airdate": "2025-11-06T01:29:09-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d3b57d3-9337-3fb9-a60c-25baa3f71902/15658415309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d3b57d3-9337-3fb9-a60c-25baa3f71902/15658415309-250.jpg",
    "song": "Mass Appeal",
    "track_id": null,
    "recording_id": "d65c604f-002c-4f59-8e49-91a8a9b5b817",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Hard to Earn",
    "release_id": null,
    "release_group_id": "6b3d273c-0548-3e58-a879-727ef831f4e5",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1994-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Premier said the following about “Mass Appeal”: \"We were really making fun of radio, and it became our biggest radio record. And to this day it’s one of my favorites ever.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}