Information about plays

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

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

{
    "id": 3583549,
    "uri": "https://api.kexp.org/v2/plays/3583549/?format=api",
    "airdate": "2025-11-27T06:19:14-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hungry Baby",
    "track_id": "e4c98423-e6a7-43e9-96e2-9d6691429231",
    "recording_id": "2d57089e-d7a9-4132-88d7-f4cbf09398ff",
    "artist": "Kim Gordon",
    "artist_ids": [
        "19301485-ac9c-4dad-885b-cd8e8c8b4184"
    ],
    "album": "No Home Record",
    "release_id": "e7c50684-f288-4c50-a00a-4c73a9a736f7",
    "release_group_id": "6dcdf820-c5c5-4f30-97fb-f4eee66a74f4",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I AM HUNGRY RN. \n\nhttps://www.youtube.com/watch?v=paKCImP-IOk\n\nhttps://kimaltheagordon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}