Information about plays

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

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

{
    "id": 3616744,
    "uri": "https://api.kexp.org/v2/plays/3616744/?format=api",
    "airdate": "2026-02-12T22:50:41-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peter Piper",
    "track_id": null,
    "recording_id": "4903322a-6c8d-407e-bc84-c8ae246e3eca",
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Peter Piper / Walk This Way / My Adidas / Christmas In Hollis",
    "release_id": null,
    "release_group_id": "03050217-fcda-4577-bbca-0eb73a551560",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}