Information about plays

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

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

{
    "id": 3594840,
    "uri": "https://api.kexp.org/v2/plays/3594840/?format=api",
    "airdate": "2025-12-23T09:43:04-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’re Not as Pretty",
    "track_id": null,
    "recording_id": "82313aee-7d54-4c8a-b0cb-70833aff7ab1",
    "artist": "Reigning Sound",
    "artist_ids": [
        "fd15c842-515a-4157-8c37-2b54c86390bc"
    ],
    "album": "Time Bomb High School",
    "release_id": null,
    "release_group_id": "960cd1c5-32a3-322a-94c0-31e6ef2b6602",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2002-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Reigning Sound's second album 'Time Bomb High School', which featured the band's original lineup. \n\nhttps://reigningsound.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}