Information about plays

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

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

{
    "id": 3605562,
    "uri": "https://api.kexp.org/v2/plays/3605562/?format=api",
    "airdate": "2026-01-17T15:47:16-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amour Armour",
    "track_id": "d039818f-678b-4b75-8563-3e32cf6eac4d",
    "recording_id": "774d74a8-1f35-4cfa-a80f-28a5c2103374",
    "artist": "TATYANA",
    "artist_ids": [
        "d27f8596-c425-44b8-9898-fe8c15eaa4a9"
    ],
    "album": "Amour Armour",
    "release_id": "7849a94e-113e-4bfb-a33f-29676e02fcf3",
    "release_group_id": "59852ca6-1d9d-458c-a792-4da573c5c5c3",
    "labels": [
        "Sinderlyn"
    ],
    "label_ids": [
        "228a2488-ccc4-4cc0-8a0b-54099594b9f0"
    ],
    "release_date": "2025-11-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get Tatayana's record here:\nhttps://tatyana.bandcamp.com/album/amour-armour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}