Information about plays

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

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

{
    "id": 3598855,
    "uri": "https://api.kexp.org/v2/plays/3598855/?format=api",
    "airdate": "2026-01-01T14:37:24-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Your Love Keeps Lifting Me) Higher and Higher",
    "track_id": "220c8901-71d9-36b1-8f97-c4cdbf83ac1d",
    "recording_id": "6de0e7ea-bc97-440c-ba5f-0eb08ca323e6",
    "artist": "Jackie Wilson",
    "artist_ids": [
        "f0bf4fa0-028e-452f-82d3-7d4375e105dd"
    ],
    "album": "Sweet Soul Music: 30 Scorching Classics From 1967",
    "release_id": "8e18fc6f-e162-49c6-aec3-124c13157c24",
    "release_group_id": "604c874f-2894-4123-b69c-22fcd75a87de",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "He was called \"Mr. Excitement\"! Read Jackie Wilson's induction essay in the Rock Hall of Fame: https://rockhall.com/inductees/jackie-wilson/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}