Information about plays

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

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

{
    "id": 3524795,
    "uri": "https://api.kexp.org/v2/plays/3524795/?format=api",
    "airdate": "2025-07-09T15:42:52-07:00",
    "show": 63966,
    "show_uri": "https://api.kexp.org/v2/shows/63966/?format=api",
    "image_uri": "https://coverartarchive.org/release/687fcd39-92ed-4979-b1b7-985a9b00fa20/35864773889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/687fcd39-92ed-4979-b1b7-985a9b00fa20/35864773889-250.jpg",
    "song": "Starchild (7″ remix)",
    "track_id": null,
    "recording_id": "f84d5017-aeb7-4299-9a29-49b11b930cf2",
    "artist": "Level 42",
    "artist_ids": [
        "d69ee229-2f36-494c-b104-9ae0d8be506b"
    ],
    "album": "7″ Singles",
    "release_id": null,
    "release_group_id": "f642695e-1f71-46cb-b7e1-9022bc56f95d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2022-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy a biography of this English jazz-funk band that played together for more than 30 years: https://www.udiscovermusic.com/artist/level-42/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}