Information about plays

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

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

{
    "id": 3604929,
    "uri": "https://api.kexp.org/v2/plays/3604929/?format=api",
    "airdate": "2026-01-16T03:34:17-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Il fait trop cuit ይፈትወኪ",
    "track_id": "5950d0d9-75ad-4893-b8ea-74f915292307",
    "recording_id": "73ca4116-6d70-4cf3-b691-fc5e704c0f12",
    "artist": "Yalla Miku",
    "artist_ids": [
        "1c75c554-3f02-48e8-9b4a-48cc7870d065"
    ],
    "album": "2",
    "release_id": "5b7f67b5-076b-490d-be4b-ef3c7b372b29",
    "release_group_id": "3e303099-a7bc-4429-b02e-b6e63d2889fe",
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}