Information about plays

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

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

{
    "id": 3605733,
    "uri": "https://api.kexp.org/v2/plays/3605733/?format=api",
    "airdate": "2026-01-17T22:17:25-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fast Food World",
    "track_id": null,
    "recording_id": null,
    "artist": "Dead Air",
    "artist_ids": [
        "11a49685-d497-4182-a5bb-8b60f7a83b08"
    ],
    "album": "World Wide Villainy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fly Tip Records"
    ],
    "label_ids": [
        "bef6eb70-3067-4f00-9fc2-0a00ac707c7e"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South London punks\n\nhttps://officialdeadair.bandcamp.com/track/fast-food-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}