Information about plays

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

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

{
    "id": 3602119,
    "uri": "https://api.kexp.org/v2/plays/3602119/?format=api",
    "airdate": "2026-01-09T05:59:24-08:00",
    "show": 65601,
    "show_uri": "https://api.kexp.org/v2/shows/65601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got Da Feelin'",
    "track_id": "29ed3eea-1c6f-3b6f-9556-f00a26eaf2d1",
    "recording_id": "4a4c09fb-db4a-4b4f-966c-6b669924712e",
    "artist": "Sweet Tee",
    "artist_ids": [
        "0de3a48c-3e09-4f6e-96ab-0cc22c0282e8"
    ],
    "album": "Fly Girls! - B-Boys Beware: Revenge of the Super Female Rappers!",
    "release_id": "438c00aa-5e25-420f-b4e9-992b933885fe",
    "release_group_id": "bb9a2387-83b7-3656-bdb0-add30f903b75",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2008-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweet Tee has also been known as Tasha Tee and DJ Swoop at times throughout her decade-spanning career. \"I Got Da Feelin'\" first came out on 1987's It's Tee Time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}