Information about plays

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

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

{
    "id": 3520190,
    "uri": "https://api.kexp.org/v2/plays/3520190/?format=api",
    "airdate": "2025-06-29T00:04:24-07:00",
    "show": 63866,
    "show_uri": "https://api.kexp.org/v2/shows/63866/?format=api",
    "image_uri": "https://coverartarchive.org/release/07554079-4046-4e49-897d-e77f51e5141a/33622784949-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07554079-4046-4e49-897d-e77f51e5141a/33622784949-250.jpg",
    "song": "Pink Fog",
    "track_id": null,
    "recording_id": "a4ebcf59-0843-43fa-a4c1-d2720469f8df",
    "artist": "Sonja",
    "artist_ids": [
        "63d5ed89-c727-45df-b8ee-92f48cc04d1d"
    ],
    "album": "Loud Arriver",
    "release_id": null,
    "release_group_id": "95948aab-c139-432c-b8bc-ff780c735b06",
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [
        "03566699-43bf-4727-832b-a4cf7d2a43c7"
    ],
    "release_date": "2022-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing with Acid Bath in Baltimore in August! \nhttps://sonjaband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}