Information about plays

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

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

{
    "id": 3583665,
    "uri": "https://api.kexp.org/v2/plays/3583665/?format=api",
    "airdate": "2025-11-27T13:05:52-08:00",
    "show": 65224,
    "show_uri": "https://api.kexp.org/v2/shows/65224/?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": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "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"
}