Information about plays

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

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

{
    "id": 3600558,
    "uri": "https://api.kexp.org/v2/plays/3600558/?format=api",
    "airdate": "2026-01-05T10:57:47-08:00",
    "show": 65571,
    "show_uri": "https://api.kexp.org/v2/shows/65571/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can You Reach Me",
    "track_id": "68194bd6-105d-489e-b353-b0bafcd11ce7",
    "recording_id": "8bb072ac-c844-4b2e-b1ea-e651f165bb86",
    "artist": "Nation of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Dance Called Memory",
    "release_id": "22e8329a-ba62-4cfe-add6-6a33af9edf9c",
    "release_group_id": "d29e8491-8f3d-4f70-b494-3a196796ce75",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More DJ curation magic from 90.TEEN DJ Calla! https://www.kexp.org/djs/90teen-djs/\n\nNation of Language’s fourth album,\" Dance Called Memory\" was recorded, produced, and mixed by returning producer and collaborator Nick Millhiser in New York City and was mastered by Heba Kadry in Brooklyn.\n\nhttps://www.nationoflanguage.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}