Information about plays

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

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

{
    "id": 3624820,
    "uri": "https://api.kexp.org/v2/plays/3624820/?format=api",
    "airdate": "2026-03-03T13:22:03-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Know You Is to Love You",
    "track_id": null,
    "recording_id": "c4c2aa9f-79df-40c9-a1fc-95bfe4257733",
    "artist": "Syreeta",
    "artist_ids": [
        "5cfeec75-f6e2-439c-946d-5317334cdc6c"
    ],
    "album": "Syreeta",
    "release_id": null,
    "release_group_id": "65977c79-9b17-31fe-9c00-056a1626d066",
    "labels": [
        "MoWest"
    ],
    "label_ids": [
        "097ccb74-8d42-41b5-9ed5-3fa79eec35a8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Syreeta's {Wright} duet with her then-husband, Stevie Wonder. The singer-songwriter was considerably more than \"Mrs. Wonder\": https://www.grammy.com/news/syreeta-wright-was-more-than-mrs-stevie-wonder-prolific-singer-songwriter",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}