Information about plays

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

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

{
    "id": 3623194,
    "uri": "https://api.kexp.org/v2/plays/3623194/?format=api",
    "airdate": "2026-02-27T21:56:32-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1139f8d-1f4e-4ce4-b3dd-89c93581d0db/41356217282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1139f8d-1f4e-4ce4-b3dd-89c93581d0db/41356217282-250.jpg",
    "song": "Commitment",
    "track_id": null,
    "recording_id": "a803fe67-c32b-49ea-b6f4-909b3af8f434",
    "artist": "Craig David & Tiwa Savage",
    "artist_ids": [
        "89e39f67-65cc-4f90-b145-b1b56c209f8a",
        "9d9f7ce8-e1cf-4413-b2c9-b90b69bc17f6"
    ],
    "album": "Commitment",
    "release_id": null,
    "release_group_id": "ec41a734-526a-4822-bb45-27e0c3484182",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Craig still at it! With Tiwa!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}