Information about plays

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

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

{
    "id": 3519664,
    "uri": "https://api.kexp.org/v2/plays/3519664/?format=api",
    "airdate": "2025-06-27T20:55:50-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/7843372d-2065-40d6-860e-53f7df080067/32434300779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7843372d-2065-40d6-860e-53f7df080067/32434300779-250.jpg",
    "song": "Sua Alma",
    "track_id": null,
    "recording_id": "6b688e0d-df5f-458a-a362-a17293bdee89",
    "artist": "Skinshape (feat. D'Alma)",
    "artist_ids": [
        "848e0d89-4696-4c7b-a74c-a8e45292df6c",
        "d58335ba-5484-4729-8761-2cd6ecee0d2e"
    ],
    "album": "Sua Alma",
    "release_id": null,
    "release_group_id": "da79e42f-0e30-424c-91dd-16f9a228480d",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skinshape is the studio project of British musician and producer William Dorey. Skinshape grew out of a love for old music and the way it sounded. The sound has roots in many genres, but in particular 1960s-70s Funk, Soul, Reggae, Psychedelic Rock, Afrobeat and Folk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}