Information about plays

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

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

{
    "id": 3578261,
    "uri": "https://api.kexp.org/v2/plays/3578261/?format=api",
    "airdate": "2025-11-14T23:41:32-08:00",
    "show": 65111,
    "show_uri": "https://api.kexp.org/v2/shows/65111/?format=api",
    "image_uri": "https://coverartarchive.org/release/57c619bc-5fe4-4b2f-8f06-3141c7465944/21847126341-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57c619bc-5fe4-4b2f-8f06-3141c7465944/21847126341-250.jpg",
    "song": "Let’s Talk About Sex",
    "track_id": null,
    "recording_id": "79483eea-a3ed-4022-8dde-987413104dfc",
    "artist": "Salt‐N‐Pepa",
    "artist_ids": [
        "26bcd35d-56a3-4e4d-8ad7-7bc5787c3af1"
    ],
    "album": "Blacks’ Magic",
    "release_id": null,
    "release_group_id": "1530b3d2-8819-3662-96c5-73f92fa91923",
    "labels": [
        "Next Plateau Records Inc."
    ],
    "label_ids": [
        "29d7fbd2-d3c9-4679-ab6f-311dc1473bb5"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Salt-N-Pepa Fight for Their Masters During Rock Hall 2025 Induction\nhttps://www.rollingstone.com/music/music-news/salt-n-pepa-2025-rock-hall-fame-induction-1235460825/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}