Information about plays

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

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

{
    "id": 3575043,
    "uri": "https://api.kexp.org/v2/plays/3575043/?format=api",
    "airdate": "2025-11-07T08:00:31-08:00",
    "show": 65044,
    "show_uri": "https://api.kexp.org/v2/shows/65044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Across the Line",
    "track_id": "808daa90-feb8-47e4-b06d-951c606317d8",
    "recording_id": "05b441bc-dbed-438a-b817-b68804f4b8fb",
    "artist": "Remember Sports",
    "artist_ids": [
        "ed84e235-0dd9-41c8-b9be-1e5cfc1198c4"
    ],
    "album": "Across the Line",
    "release_id": "6a424576-5bea-4c70-af39-e8ee1175dddd",
    "release_group_id": "8377e599-fd3c-4e9b-aa59-4b870067a089",
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2025-09-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remember Sports is a Philadelphia-based indie rock band formed in Gambier, Ohio, in 2012 under the name SPORTS. The band consists of Carmen Perry (vocals, guitar), Jack Washburn (guitar), Catherine Dwyer (bass), and Connor Perry (drums)\n--\n\"Across the Line,\" written by Carmen Perry, is the first single from a new album, \"The Refrigerator,\" due out in February, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}