Information about plays

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

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

{
    "id": 3552739,
    "uri": "https://api.kexp.org/v2/plays/3552739/?format=api",
    "airdate": "2025-09-13T23:18:35-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anything",
    "track_id": null,
    "recording_id": null,
    "artist": "Texass",
    "artist_ids": [],
    "album": "Texass",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "IFA Records"
    ],
    "label_ids": [
        "9692562a-2a34-425f-82c2-a54b9d0d5ca8"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "IFA Records was a record label located in Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}