Information about plays

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

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

{
    "id": 3612735,
    "uri": "https://api.kexp.org/v2/plays/3612735/?format=api",
    "airdate": "2026-02-03T15:00:16-08:00",
    "show": 65831,
    "show_uri": "https://api.kexp.org/v2/shows/65831/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c433abe-415f-47e5-9bfa-44fbafee151b/29212787664-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c433abe-415f-47e5-9bfa-44fbafee151b/29212787664-250.jpg",
    "song": "Border Line",
    "track_id": null,
    "recording_id": "fa00b670-40cf-4c0b-9b21-f99f6070dcfc",
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "6 Feet Beneath the Moon",
    "release_id": null,
    "release_group_id": "6b07822f-3308-430d-97d1-736ce3b0575f",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2013-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lowkey iconic track",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}