Information about plays

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

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

{
    "id": 3622577,
    "uri": "https://api.kexp.org/v2/plays/3622577/?format=api",
    "airdate": "2026-02-26T14:28:18-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-e07a2c71-dde7-37a3-8b02-44d25dd128f9/mbid-e07a2c71-dde7-37a3-8b02-44d25dd128f9-9351974383_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-e07a2c71-dde7-37a3-8b02-44d25dd128f9/mbid-e07a2c71-dde7-37a3-8b02-44d25dd128f9-9351974383_thumb250.jpg",
    "song": "Hole in My Life",
    "track_id": "b88879fe-850e-3941-b78f-a48c979896ca",
    "recording_id": "012a8005-68c1-46eb-aa12-117525683491",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Outlandos d'Amour",
    "release_id": "e07a2c71-dde7-37a3-8b02-44d25dd128f9",
    "release_group_id": "3d55b5a4-a81f-3b8e-8d7e-802ce1c86596",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Outlandos d'Amour is the debut studio album by the English rock band the Police, released on 17 November 1978 by A&M Records.  It, of course, featured the song \"Roxanne.\"\n--\nWatch them perform this Sting-written song in Paris in 1979: https://www.youtube.com/watch?v=KIKAwtYUH60",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}