Information about plays

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

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

{
    "id": 3597711,
    "uri": "https://api.kexp.org/v2/plays/3597711/?format=api",
    "airdate": "2025-12-29T19:48:20-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "https://coverartarchive.org/release/19235b02-1fb7-480c-9908-a0e9129d79dc/41602726489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19235b02-1fb7-480c-9908-a0e9129d79dc/41602726489-250.jpg",
    "song": "Coisas Naturais",
    "track_id": null,
    "recording_id": "0da54635-bb4d-497d-bae2-43595dd71ee7",
    "artist": "Marina Sena",
    "artist_ids": [
        "2b1e7c27-2663-43df-9c23-8601e173e6ef"
    ],
    "album": "Coisas Naturais",
    "release_id": null,
    "release_group_id": "351c2823-f9ec-433d-a4b4-2c236ca3ea55",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2025-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best of 2025: One of the best albums coming out of Brazil. \n***\nLo mejor del 2025: De los mejores albumes lanzados desde Brasil.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}