Information about plays

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

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

{
    "id": 3597581,
    "uri": "https://api.kexp.org/v2/plays/3597581/?format=api",
    "airdate": "2025-12-29T10:47:21-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold On",
    "track_id": null,
    "recording_id": "8d8bb174-5a92-43a0-bc0e-5ebbfe503b8b",
    "artist": "En Vogue",
    "artist_ids": [
        "9a883a69-436b-4d17-9ffd-122a9bf4419a"
    ],
    "album": "Hold On and Other Hits",
    "release_id": null,
    "release_group_id": "4d65000f-272d-32ad-a0be-8718ad5481ab",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first single from En Vogue's 1990 debut album. \"Born to Sing\" won the 1990 Billboard Music Award for R&B Single of the Year and the 1991 Soul Train Music Award for Best Single by a Duo/Group.\n\nThe groove is based on the 1971 James Brown song \"The Payback.\" Variations of the track became En Vogue's signature instrumental sound - you can also hear elements in the group's 1992 hit \"My Lovin' (You're Never Gonna Get It).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}