Information about plays

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

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

{
    "id": 3523732,
    "uri": "https://api.kexp.org/v2/plays/3523732/?format=api",
    "airdate": "2025-07-07T02:48:20-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://ia801901.us.archive.org/25/items/mbid-f8d35c42-70d4-43f9-b5e5-b2995fc4ed8a/mbid-f8d35c42-70d4-43f9-b5e5-b2995fc4ed8a-41829708624_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/25/items/mbid-f8d35c42-70d4-43f9-b5e5-b2995fc4ed8a/mbid-f8d35c42-70d4-43f9-b5e5-b2995fc4ed8a-41829708624_thumb250.jpg",
    "song": "for Breezy",
    "track_id": "ef6476a9-44f5-4198-80e8-26fb605eda0f",
    "recording_id": "13eb2fbb-2265-4634-a817-ea1a8a20f2dc",
    "artist": "Ben Lamar Gay",
    "artist_ids": [
        "2e0d2607-8a79-4123-93ff-0d12c1cef04e"
    ],
    "album": "Yowzers",
    "release_id": "f8d35c42-70d4-43f9-b5e5-b2995fc4ed8a",
    "release_group_id": "38fa77da-c6dc-4277-a246-f0fbe4656744",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest works from cornetist and multi instrumentalist Ben Lamar Gay",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}