Information about plays

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

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

{
    "id": 3580513,
    "uri": "https://api.kexp.org/v2/plays/3580513/?format=api",
    "airdate": "2025-11-20T04:32:13-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eskimo",
    "track_id": null,
    "recording_id": "463a38aa-a8fd-4479-a22e-624f516b06d8",
    "artist": "Wiley",
    "artist_ids": [
        "d0f61299-9caa-4e6b-8b10-2839de120b27"
    ],
    "album": "Eskimo / Split It Down the Middle",
    "release_id": null,
    "release_group_id": "6a78a2fe-8fcd-3c16-9f37-d1ab91784b08",
    "labels": [
        "Wiley Kat Records"
    ],
    "label_ids": [
        "b63aa5a0-43ad-49d5-9433-aae3eb79881f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}