Information about plays

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

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

{
    "id": 3634110,
    "uri": "https://api.kexp.org/v2/plays/3634110/?format=api",
    "airdate": "2026-03-27T02:48:39-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/f311cde4-6667-444c-a2c3-64546720ed60/15902499271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f311cde4-6667-444c-a2c3-64546720ed60/15902499271-250.jpg",
    "song": "Give It to You",
    "track_id": null,
    "recording_id": "11b49273-11be-493a-a910-ebd3adade7ec",
    "artist": "Jordan Knight",
    "artist_ids": [
        "3aa1d833-e4a6-48e0-9f32-47b661792aca"
    ],
    "album": "Jordan Knight",
    "release_id": null,
    "release_group_id": "2c47f32d-51c4-33be-9785-17a1af1f4387",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1999-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Jimmy Jam & Terry Lewis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}