Information about plays

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

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

{
    "id": 3577861,
    "uri": "https://api.kexp.org/v2/plays/3577861/?format=api",
    "airdate": "2025-11-14T01:01:33-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-49dfbdb3-31c9-42fb-a687-e935b3e70ee6/mbid-49dfbdb3-31c9-42fb-a687-e935b3e70ee6-33951169943_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-49dfbdb3-31c9-42fb-a687-e935b3e70ee6/mbid-49dfbdb3-31c9-42fb-a687-e935b3e70ee6-33951169943_thumb250.jpg",
    "song": "Only a Dream (1998 mix)",
    "track_id": "8de797bf-2e43-3245-8f2c-6d894e6b5e90",
    "recording_id": "e3e6d427-edef-4516-a82f-40508c812d5c",
    "artist": "Roni Size",
    "artist_ids": [
        "2eeba1d4-f67d-45be-a22e-ab73e925aa43"
    ],
    "album": "V Classic, Volume 2",
    "release_id": "49dfbdb3-31c9-42fb-a687-e935b3e70ee6",
    "release_group_id": "a6cda4a6-8e40-33a9-b0e4-dad5a0f73859",
    "labels": [
        "Ultra Records"
    ],
    "label_ids": [
        "6c690937-c6c3-4c4e-9d3e-c62efa989333"
    ],
    "release_date": "1998-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}