Information about plays

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

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

{
    "id": 3634108,
    "uri": "https://api.kexp.org/v2/plays/3634108/?format=api",
    "airdate": "2026-03-27T02:40:55-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/95b4ae62-33ed-408b-9d16-a03780bece11/28140399626-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95b4ae62-33ed-408b-9d16-a03780bece11/28140399626-250.jpg",
    "song": "Rub You the Right Way (7-Inch version)",
    "track_id": null,
    "recording_id": "7fdfad08-e5f5-4a19-bec7-d1b32078769c",
    "artist": "Johnny Gill",
    "artist_ids": [
        "7dc35846-c93a-4261-b665-ae750e3afdfb"
    ],
    "album": "New Jack Swing: Gold",
    "release_id": null,
    "release_group_id": "607bb72f-9980-4ff5-ada5-e89efd08308a",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2008-02-05",
    "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"
}