Information about plays

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

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

{
    "id": 3593024,
    "uri": "https://api.kexp.org/v2/plays/3593024/?format=api",
    "airdate": "2025-12-19T09:21:22-08:00",
    "show": 65417,
    "show_uri": "https://api.kexp.org/v2/shows/65417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Want to Know",
    "track_id": "dbb5e6bc-dd09-4b8b-b37c-f16cf9bdd080",
    "recording_id": "30d92f20-29d3-46f6-80c1-3b2152822ffd",
    "artist": "World News",
    "artist_ids": [
        "49211211-44e2-41e2-8ea2-2dd3a5fd0a3c"
    ],
    "album": "Don't Want to Know",
    "release_id": "1f25de31-dc97-42b9-b794-661895b6b575",
    "release_group_id": "a779cb54-cd2c-4902-98dd-4717a3a74e57",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#9\nA second song on the most-played playlist from London post-punk band World News!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}