Information about plays

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

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

{
    "id": 3601555,
    "uri": "https://api.kexp.org/v2/plays/3601555/?format=api",
    "airdate": "2026-01-07T21:26:03-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine Kiss the Water",
    "track_id": null,
    "recording_id": "9ee7471d-887e-4290-a706-1ec630c7eb5b",
    "artist": "Club Kuru",
    "artist_ids": [
        "6bf3bc03-d139-4eca-ac0e-64e5f045daf1"
    ],
    "album": "Before the World",
    "release_id": null,
    "release_group_id": "e20d8170-827d-4593-800c-5487101f7ce7",
    "labels": [
        "Dog Holiday"
    ],
    "label_ids": [
        "2b4248bc-9a0e-4d02-9214-92a82c258d0a"
    ],
    "release_date": "2024-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Club Kuru - Sunshine Kiss The Water (Official Video) - https://www.youtube.com/watch?v=fXdeO5kGsTc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}