Information about plays

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

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

{
    "id": 3565631,
    "uri": "https://api.kexp.org/v2/plays/3565631/?format=api",
    "airdate": "2025-10-15T22:57:48-07:00",
    "show": 64845,
    "show_uri": "https://api.kexp.org/v2/shows/64845/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2807172-c20a-4aed-a4f2-02c57ce03b6d/39706846519-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2807172-c20a-4aed-a4f2-02c57ce03b6d/39706846519-250.jpg",
    "song": "Tomorrow Never Knows",
    "track_id": null,
    "recording_id": "4fdc82c3-cc54-44d8-95b7-d2d58592c2ba",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Revolver",
    "release_id": null,
    "release_group_id": "72d15666-99a7-321e-b1f3-a3f8c09dff9f",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1966-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}