Information about plays

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

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

{
    "id": 3549719,
    "uri": "https://api.kexp.org/v2/plays/3549719/?format=api",
    "airdate": "2025-09-06T19:11:35-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can I Come Over And Play With You Tonight",
    "track_id": null,
    "recording_id": null,
    "artist": "Jeanie Tracy",
    "artist_ids": [
        "2f665cd4-ffbd-47eb-a542-776756a2e742"
    ],
    "album": "Can I Come Over And Play With You Tonight",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KILLER boogie from SF legend Jeanie Tracy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}