Information about plays

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

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

{
    "id": 3590761,
    "uri": "https://api.kexp.org/v2/plays/3590761/?format=api",
    "airdate": "2025-12-13T21:03:11-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Despite It All",
    "track_id": null,
    "recording_id": null,
    "artist": "Eddy Current Suppression Ring",
    "artist_ids": [
        "eae4431e-0880-4df6-82b1-ec446f413b02"
    ],
    "album": "Shapes and Forms",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cool Death Records"
    ],
    "label_ids": [
        "671c9d97-f94f-4d01-8920-a51cc2c5394c"
    ],
    "release_date": "2025-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne, Australia\nThe Australian garage rock group took its characteristically cryptic name from a real piece of industrial hardware at the vinyl pressing plant where the members first crossed paths—a specialized ring used to stop stray eddy currents from interfering with the equipment. https://www.melodic.co.uk/collections/e-c-s-r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}