Information about plays

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

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

{
    "id": 3586248,
    "uri": "https://api.kexp.org/v2/plays/3586248/?format=api",
    "airdate": "2025-12-03T10:17:26-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucky",
    "track_id": "e8ad79d6-e6d0-4471-b48f-192ed7d29f52",
    "recording_id": "43b72ec7-fb2e-40c0-9201-bf6c01dd2219",
    "artist": "Small Shake",
    "artist_ids": [
        "68ae0a9d-e2bd-4561-8c56-497a17b63b37"
    ],
    "album": "Platonics",
    "release_id": "e2772283-0653-41be-be6d-b80f18a0fabc",
    "release_group_id": "a8fe26e9-0206-45ac-94a8-54a16aa5ac35",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Small Shake is a LA-via-Seattle sugar-sweet indie rock project.\"\n\nhttps://smallshake.bandcamp.com/album/platonics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}