Information about plays

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

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

{
    "id": 3554339,
    "uri": "https://api.kexp.org/v2/plays/3554339/?format=api",
    "airdate": "2025-09-17T21:49:22-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/1124a0b3-edea-4c92-b631-d31ae060471e/25226201269-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1124a0b3-edea-4c92-b631-d31ae060471e/25226201269-250.jpg",
    "song": "Asa branca",
    "track_id": null,
    "recording_id": "9774d804-1470-4783-aed2-235570e4cfc6",
    "artist": "Hermeto Pascoal",
    "artist_ids": [
        "c7a4c4a0-9544-44e3-87f2-5779d18b753f"
    ],
    "album": "A música livre de Hermeto Paschoal",
    "release_id": null,
    "release_group_id": "05e6f8a6-5c2f-3fa4-96de-22818b9f05a7",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hermeto Pascoal has passed away at 89 on Saturday, September 13. \"Pascoal wrote more than 2,000 instrumental pieces and continued to arrange music and record artists well into his 80s.\" https://www.bbc.com/news/articles/c98dgd2n5y2o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}