Information about plays

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

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

{
    "id": 3598339,
    "uri": "https://api.kexp.org/v2/plays/3598339/?format=api",
    "airdate": "2025-12-31T06:46:03-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only Your Love",
    "track_id": "22e8eb12-e557-48b2-83c1-244106b11f15",
    "recording_id": "24108ae8-87d7-4a00-8a20-4c025579ddee",
    "artist": "Anushka",
    "artist_ids": [
        "e7d3a009-5702-4d38-9e18-2e95ee49ffec"
    ],
    "album": "Ancestry",
    "release_id": "c2725b7f-9c25-4db9-a43c-4fcc7cba4194",
    "release_group_id": "14c1440a-622a-4f35-8cbb-8d64530a9183",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Filed under Lisa LeClair’s Top 10 Albums of 2025 is Anushka’s third album, Ancestry, released in September 2025 https://anushka.bandcamp.com/album/ancestry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}