Information about plays

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

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

{
    "id": 3577886,
    "uri": "https://api.kexp.org/v2/plays/3577886/?format=api",
    "airdate": "2025-11-14T02:28:35-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-3a589980-607d-466e-b17d-41778d5effc5/mbid-3a589980-607d-466e-b17d-41778d5effc5-31710752091_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-3a589980-607d-466e-b17d-41778d5effc5/mbid-3a589980-607d-466e-b17d-41778d5effc5-31710752091_thumb250.jpg",
    "song": "Chronomentrophobia",
    "track_id": "802eb84f-1739-32cb-9626-c39d8219fa2a",
    "recording_id": "3a78446f-e7e1-4801-bc0a-4ca0b6110164",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Idlewild",
    "release_id": "3a589980-607d-466e-b17d-41778d5effc5",
    "release_group_id": "ba791f6f-3705-3b72-84aa-042402d85ea8",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2006, 'Idlewild' is the sixth and final studio album by hip hop duo Outkast. It served as the soundtrack album to the duo's musical film of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}