Information about plays

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

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

{
    "id": 3638152,
    "uri": "https://api.kexp.org/v2/plays/3638152/?format=api",
    "airdate": "2026-04-05T11:14:00-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fair Game",
    "track_id": "b1d62049-eff5-4878-98ee-c9872a8e2e8f",
    "recording_id": "b3108563-dfb1-4d77-b028-ecb0ae3bf400",
    "artist": "Samia",
    "artist_ids": [
        "279ae894-037e-4058-a21a-e44dc8a8ca7d"
    ],
    "album": "Bloodless",
    "release_id": "bc5130b1-c176-4189-bf38-d31e3b3febf9",
    "release_group_id": "1636f8c8-4771-4032-9d08-db6c9a5d1093",
    "labels": [
        "Grand Jury Music"
    ],
    "label_ids": [
        "8651cee5-120f-4ad3-ae1f-a3a5d5752d69"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}