Information about plays

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

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

{
    "id": 3501209,
    "uri": "https://api.kexp.org/v2/plays/3501209/?format=api",
    "airdate": "2025-05-14T09:20:49-07:00",
    "show": 63457,
    "show_uri": "https://api.kexp.org/v2/shows/63457/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0cb89af-837c-4cdb-847f-384b5bf81a3a/37757549873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0cb89af-837c-4cdb-847f-384b5bf81a3a/37757549873-250.jpg",
    "song": "Flower",
    "track_id": null,
    "recording_id": "be4ff980-f829-4f88-9e11-ee13dc64bb31",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Flower",
    "release_id": null,
    "release_group_id": "d3d968a3-7660-3bf6-991b-b9ae1e4c869f",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1989-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "36 years ago in 1989 Soundgarden release their “Flower” EP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}