Information about plays

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

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

{
    "id": 3554052,
    "uri": "https://api.kexp.org/v2/plays/3554052/?format=api",
    "airdate": "2025-09-17T04:39:49-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6f19f8a-1413-45f2-bdc5-454d06fcdc1c/7847042180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6f19f8a-1413-45f2-bdc5-454d06fcdc1c/7847042180-250.jpg",
    "song": "Running Free",
    "track_id": null,
    "recording_id": "c5cbc6d6-7179-46c9-8ef0-08744776a8db",
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "Iron Maiden",
    "release_id": null,
    "release_group_id": "88a735ad-1f8a-3f96-b410-7e5058dff7f6",
    "labels": [
        "EMI Music Canada"
    ],
    "label_ids": [
        "095b5fc8-724e-4357-9eab-ee89196afc8e"
    ],
    "release_date": "1980-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Paul Di'Anno 17 May 1958 – 21 October 2024",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}