Information about plays

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

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

{
    "id": 3578335,
    "uri": "https://api.kexp.org/v2/plays/3578335/?format=api",
    "airdate": "2025-11-15T03:17:39-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "https://ia903107.us.archive.org/3/items/mbid-6438f90c-f289-48ff-946b-ebcc10800b0c/mbid-6438f90c-f289-48ff-946b-ebcc10800b0c-22126390116_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/3/items/mbid-6438f90c-f289-48ff-946b-ebcc10800b0c/mbid-6438f90c-f289-48ff-946b-ebcc10800b0c-22126390116_thumb250.jpg",
    "song": "Darkhorse",
    "track_id": "037199d4-6789-43a3-8933-8e2ba1ccb8eb",
    "recording_id": "670981c1-97d9-44d6-9549-fe62fcc4c9f5",
    "artist": "Emma Ruth Rundle",
    "artist_ids": [
        "7ba593b9-79d4-4860-92c8-ade2a1ef4551"
    ],
    "album": "On Dark Horses",
    "release_id": "6438f90c-f289-48ff-946b-ebcc10800b0c",
    "release_group_id": "335a7269-a6bf-4e1a-a0e5-5849eb831b94",
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}