Information about plays

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

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

{
    "id": 3585672,
    "uri": "https://api.kexp.org/v2/plays/3585672/?format=api",
    "airdate": "2025-12-02T02:33:27-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "blueberry",
    "track_id": "16e62b40-f6d5-4e0e-a9f0-e44ed8c9073c",
    "recording_id": "a93fe122-1b39-4a74-a4a1-d4dc168c0d1c",
    "artist": "fish narc",
    "artist_ids": [
        "4a89f266-198f-4b49-8d7b-9d46bf8bd265"
    ],
    "album": "frog song",
    "release_id": "05524a5b-4fc2-4205-9758-0e3fbe1c8027",
    "release_group_id": "8d62965b-62cd-478d-96f3-ce2deb5b403e",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://krecs.com/products/frog-song-klp298-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}