Information about plays

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

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

{
    "id": 3593122,
    "uri": "https://api.kexp.org/v2/plays/3593122/?format=api",
    "airdate": "2025-12-19T15:17:26-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "https://ia600605.us.archive.org/3/items/mbid-cd10ca5f-72b0-4f88-bfc1-9bb92ba36322/mbid-cd10ca5f-72b0-4f88-bfc1-9bb92ba36322-40943442935_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/3/items/mbid-cd10ca5f-72b0-4f88-bfc1-9bb92ba36322/mbid-cd10ca5f-72b0-4f88-bfc1-9bb92ba36322-40943442935_thumb250.jpg",
    "song": "Best Guess",
    "track_id": "1c73e910-7f15-4bf9-ad67-147213b98227",
    "recording_id": "f7132f2f-3d98-4730-9e08-5f629d60216c",
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "Forever is a Feeling",
    "release_id": "cd10ca5f-72b0-4f88-bfc1-9bb92ba36322",
    "release_group_id": "a4cabd17-ba0f-4c88-a2c4-164c29038cbd",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#42\n\nRichmond, Virginia's Lucy Dacus' album came out back at the start of the year",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}