Information about plays

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

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

{
    "id": 3628648,
    "uri": "https://api.kexp.org/v2/plays/3628648/?format=api",
    "airdate": "2026-03-14T04:42:01-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa119742-4d13-408a-a453-be54bc79ba61/6635012558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa119742-4d13-408a-a453-be54bc79ba61/6635012558-250.jpg",
    "song": "Dark Lady",
    "track_id": null,
    "recording_id": "611b3344-8f27-4960-8782-e9e1b819148b",
    "artist": "Cher",
    "artist_ids": [
        "bfcc6d75-a6a5-4bc6-8282-47aec8531818"
    ],
    "album": "Dark Lady",
    "release_id": null,
    "release_group_id": "c991f81c-255f-367f-a6e8-e71f3b90a943",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1974-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}