Information about plays

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

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

{
    "id": 3565584,
    "uri": "https://api.kexp.org/v2/plays/3565584/?format=api",
    "airdate": "2025-10-15T20:04:54-07:00",
    "show": 64844,
    "show_uri": "https://api.kexp.org/v2/shows/64844/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ang Probinsiyana",
    "track_id": null,
    "recording_id": "8a7d1896-d741-40d7-9695-33cdbad23f38",
    "artist": "Anak Bayan",
    "artist_ids": [
        "5b6cd46b-ad96-4671-b9c0-62090826b644"
    ],
    "album": "Anak Bayan",
    "release_id": null,
    "release_group_id": "12d529e9-0ea7-4af4-8e08-18d6908f9a38",
    "labels": [
        "A&W Records"
    ],
    "label_ids": [
        "69a05266-4915-4cbc-b83b-22212eaf8664"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anak Bayan ('Child of the land' in Tagalog) formed in Manila, Philippines in 1971",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}