Information about plays

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

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

{
    "id": 3619556,
    "uri": "https://api.kexp.org/v2/plays/3619556/?format=api",
    "airdate": "2026-02-19T15:05:10-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello Test Test",
    "track_id": null,
    "recording_id": "30b6e4b1-abc6-48ba-a33b-e3fcd2093580",
    "artist": "Count Bass D feat. Cana & Hezekiah",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f",
        "467d02bb-35fd-4df2-89e6-732854497079",
        "494793f1-6e03-4b4b-baf0-3eeef73bbe1a"
    ],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": "e5b23a4c-a27c-39ab-a9c8-3058ad741f52",
    "labels": [
        "High Times Records"
    ],
    "label_ids": [
        "763a8fe0-a80c-47b9-bee1-6e1a48964e66"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track, featuring Cana and Hezekiah Farrell (Count Bass D's daughters), is 49 seconds long.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}