Information about plays

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

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

{
    "id": 3599522,
    "uri": "https://api.kexp.org/v2/plays/3599522/?format=api",
    "airdate": "2026-01-03T03:59:25-08:00",
    "show": 65548,
    "show_uri": "https://api.kexp.org/v2/shows/65548/?format=api",
    "image_uri": "https://ia802801.us.archive.org/30/items/mbid-d7484a79-48fb-4f4b-8860-7dadaf18c233/mbid-d7484a79-48fb-4f4b-8860-7dadaf18c233-21640246464_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/30/items/mbid-d7484a79-48fb-4f4b-8860-7dadaf18c233/mbid-d7484a79-48fb-4f4b-8860-7dadaf18c233-21640246464_thumb250.jpg",
    "song": "What's Going On",
    "track_id": "2e5bbef7-a920-35ba-ba14-ec1c93b62776",
    "recording_id": "5a80bd9b-4d50-4329-a392-005e9b4be48f",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What's Going On",
    "release_id": "d7484a79-48fb-4f4b-8860-7dadaf18c233",
    "release_group_id": "c1fa4d2c-ec62-37d5-b01d-6df7f8fd2c90",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}