Information about plays

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

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

{
    "id": 3551990,
    "uri": "https://api.kexp.org/v2/plays/3551990/?format=api",
    "airdate": "2025-09-12T06:21:43-07:00",
    "show": 64539,
    "show_uri": "https://api.kexp.org/v2/shows/64539/?format=api",
    "image_uri": "https://ia601908.us.archive.org/4/items/mbid-b0c87e09-5563-402e-a52d-2096e6d615fb/mbid-b0c87e09-5563-402e-a52d-2096e6d615fb-40921836627_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/4/items/mbid-b0c87e09-5563-402e-a52d-2096e6d615fb/mbid-b0c87e09-5563-402e-a52d-2096e6d615fb-40921836627_thumb250.jpg",
    "song": "YYZ",
    "track_id": "6c293369-e2cf-31fc-a4be-8fb972ad7576",
    "recording_id": "336acc6e-0f4a-4dae-8427-fe48aaa8984c",
    "artist": "Rush",
    "artist_ids": [
        "534ee493-bfac-4575-a44a-0ae41e2c3fe4"
    ],
    "album": "Moving Pictures",
    "release_id": "b0c87e09-5563-402e-a52d-2096e6d615fb",
    "release_group_id": "40e30dc1-55ac-33e1-85d3-1f1508140bfc",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Neil Peart was born on this day in 1952. He passed away 1/7/20 at the age of 67.\n\nPS - YYZ is the airport code for Toronto, ON",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}