Information about plays

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

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

{
    "id": 3550079,
    "uri": "https://api.kexp.org/v2/plays/3550079/?format=api",
    "airdate": "2025-09-07T14:56:47-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia802907.us.archive.org/34/items/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4-5733830741_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/34/items/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4-5733830741_thumb250.jpg",
    "song": "I Want Your (Hands on Me)",
    "track_id": "5015e9bf-c9af-33b4-902d-98f5ba4bd0b8",
    "recording_id": "ef481344-871b-4f1e-8b4c-1c66ed689a1d",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "The Lion and the Cobra",
    "release_id": "64c807b4-bc7f-31f6-a374-c777970fb3e4",
    "release_group_id": "f7158e4b-87d0-3310-85ae-71b15769f4ef",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Thanks for listening! Stay tuned for more tunes with Larry Rose in for Kevin Cole!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}