Information about plays

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

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

{
    "id": 3631726,
    "uri": "https://api.kexp.org/v2/plays/3631726/?format=api",
    "airdate": "2026-03-21T00:37:50-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/985eeebf-d9e2-459d-a539-63a72a382595/22851656132-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/985eeebf-d9e2-459d-a539-63a72a382595/22851656132-250.jpg",
    "song": "Listen",
    "track_id": null,
    "recording_id": "3581a2bf-f63e-48b3-a128-aa705da286d4",
    "artist": "Heavy D",
    "artist_ids": [
        "41c0869f-dfe6-46cc-aa35-cbe9f29638cf"
    ],
    "album": "Heavy",
    "release_id": null,
    "release_group_id": "4db91b1d-ba62-43ca-9ce7-ccc78e6b5392",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "1999-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip is featured",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}