Information about plays

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

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

{
    "id": 3581689,
    "uri": "https://api.kexp.org/v2/plays/3581689/?format=api",
    "airdate": "2025-11-22T23:23:25-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/14779ced-0713-40fa-bcba-ccdbcfbd781d/4848885856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14779ced-0713-40fa-bcba-ccdbcfbd781d/4848885856-250.jpg",
    "song": "All Humans Are Garbage",
    "track_id": null,
    "recording_id": "7fa52183-1954-42a1-948e-c0a966bcabf5",
    "artist": "DC Snipers",
    "artist_ids": [
        "7aeb5af1-0ad8-4bb5-916d-fb9e493cbc56"
    ],
    "album": "Missile Sunset",
    "release_id": null,
    "release_group_id": "b7ee3a7a-7af8-4fc2-81d7-bfc27fd60e51",
    "labels": [
        "Dead Beat Records"
    ],
    "label_ids": [
        "d7ac6893-b390-44be-a317-747766784e3d"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded in NY, NY by Mike Sniper, label owner of Captured Tracks, Sinderlyn Records, Manufactured Recordings and the Omnian Music Group.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}