Information about plays

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

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

{
    "id": 3519423,
    "uri": "https://api.kexp.org/v2/plays/3519423/?format=api",
    "airdate": "2025-06-27T07:23:15-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://ia600902.us.archive.org/25/items/mbid-ea15f54f-18db-42df-b0c1-21c2eab086ed/mbid-ea15f54f-18db-42df-b0c1-21c2eab086ed-42266166726_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-ea15f54f-18db-42df-b0c1-21c2eab086ed/mbid-ea15f54f-18db-42df-b0c1-21c2eab086ed-42266166726_thumb250.jpg",
    "song": "Hold On",
    "track_id": "81d28563-ceda-4c99-a87d-20cc082c8f05",
    "recording_id": "90cff90a-2a0b-4cdd-897d-8fc464935200",
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Hold On",
    "release_id": "ea15f54f-18db-42df-b0c1-21c2eab086ed",
    "release_group_id": "1706b6f3-e9e8-4b3f-bb4d-e013dbc59f63",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leon Bridges: This is a song I wrote and used to perform during the Coming Home tour [10 years ago] and never really found the right time to release it. Now it felt like the right time to get into the studio and record it, and share it with you all.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}