Information about plays

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

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

{
    "id": 3579445,
    "uri": "https://api.kexp.org/v2/plays/3579445/?format=api",
    "airdate": "2025-11-17T15:11:18-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://ia601705.us.archive.org/17/items/mbid-242f6355-779a-4214-8dbd-0e017cee9be9/mbid-242f6355-779a-4214-8dbd-0e017cee9be9-12848125528_thumb500.jpg",
    "thumbnail_uri": "https://dn710205.ca.archive.org/0/items/mbid-242f6355-779a-4214-8dbd-0e017cee9be9/mbid-242f6355-779a-4214-8dbd-0e017cee9be9-12848125528_thumb250.jpg",
    "song": "Quiet Life",
    "track_id": "130fb05e-0269-3db6-9b8c-a2fa44c81943",
    "recording_id": "c3dbda17-7b6b-45a8-b747-4635ff05abb0",
    "artist": "Japan",
    "artist_ids": [
        "697e7111-5630-4c77-83f3-39821bacc61a"
    ],
    "album": "In Vogue",
    "release_id": "242f6355-779a-4214-8dbd-0e017cee9be9",
    "release_group_id": "b734821a-65c9-30ca-861a-9298c4a87200",
    "labels": [
        "Camden"
    ],
    "label_ids": [
        "0ad7efed-9266-452c-9200-8a0b2eeefe4a"
    ],
    "release_date": "1996-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally formed in 1974 in Catford South London, they soon transitioned toward an art school interpretation of synth-pop, which earned them a conflicted following through the '90s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}