Information about plays

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

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

{
    "id": 3549081,
    "uri": "https://api.kexp.org/v2/plays/3549081/?format=api",
    "airdate": "2025-09-05T03:53:07-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sayonara",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Hartnoll, KNEECAP",
    "artist_ids": [
        "2c7c8ec1-b18e-40a2-8ce9-53c3fc4f70fd",
        "6ac275dd-eb37-42cf-9a60-6b147320c7be"
    ],
    "album": "Sayonara",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New KNEECAP featuring Paul Hartnoll of Orbital! \n\nKNEECAP recently canceled their US tour due to visa issues, they are still playing Canada. They're also doing a one night only live stream titled The Revolution Will Be Televised on October 10. https://www.kneecap.ie/livestream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}