Information about plays

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

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

{
    "id": 3583769,
    "uri": "https://api.kexp.org/v2/plays/3583769/?format=api",
    "airdate": "2025-11-27T19:15:57-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "動物 - Animals = Mnama",
    "track_id": null,
    "recording_id": null,
    "artist": "石川晶",
    "artist_ids": [
        "237e787a-62fe-49e3-9c19-4c857d8a1a60"
    ],
    "album": "African Rock",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Akira Ishikawa & His Count Buffalos 石川晶とカウント・バッファローズ\nhttps://cinedelic.bandcamp.com/album/african-rock",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}