Information about plays

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

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

{
    "id": 3559789,
    "uri": "https://api.kexp.org/v2/plays/3559789/?format=api",
    "airdate": "2025-09-30T21:15:54-07:00",
    "show": 64712,
    "show_uri": "https://api.kexp.org/v2/shows/64712/?format=api",
    "image_uri": "https://coverartarchive.org/release/66c2ceb8-d369-4d8c-b702-490838855977/29345921858-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66c2ceb8-d369-4d8c-b702-490838855977/29345921858-250.jpg",
    "song": "La Femme d’argent",
    "track_id": null,
    "recording_id": "01369c40-767a-4d7a-a8a5-9442659c642e",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Moon Safari",
    "release_id": null,
    "release_group_id": "b0bf2b77-b8cf-32f6-8893-9741d757b400",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1998-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Currently on tour (sadly not on the west coast) you can check out this French duo at venues ranging from the Red Rocks amphitheater to the Grand Palais in Paris\n\nhttps://www.airfrenchband.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}