Information about plays

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

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

{
    "id": 3632349,
    "uri": "https://api.kexp.org/v2/plays/3632349/?format=api",
    "airdate": "2026-03-22T12:20:39-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "https://coverartarchive.org/release/bdb79c7c-367d-42c5-9f8d-d2bf4ca9219f/32302766794-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bdb79c7c-367d-42c5-9f8d-d2bf4ca9219f/32302766794-250.jpg",
    "song": "MAMIII",
    "track_id": null,
    "recording_id": "a6b42ba3-4e60-452c-a458-99d96369cf17",
    "artist": "Becky G, KAROL G",
    "artist_ids": [
        "eb90c8b8-d733-4c14-a293-105c3d1ba9b3",
        "de22adae-f8ac-414f-b653-b0162611bd60"
    ],
    "album": "ESQUEMAS",
    "release_id": null,
    "release_group_id": "f86fad2d-f424-48b1-9372-e8a657f8f337",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2022-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karol G collaborated on the track \"DISPO\" with Young Miko.\n\nKarol G will be performing at Coachella in April (both weekends).\n\nhttps://www.iambeckyg.com/\nhttp://karolgmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}