Information about plays

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

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

{
    "id": 3559065,
    "uri": "https://api.kexp.org/v2/plays/3559065/?format=api",
    "airdate": "2025-09-29T02:22:48-07:00",
    "show": 64696,
    "show_uri": "https://api.kexp.org/v2/shows/64696/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d5461d0-07c0-431a-b5b3-e7f8088642cd/18043607840-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d5461d0-07c0-431a-b5b3-e7f8088642cd/18043607840-250.jpg",
    "song": "Cry Baby Cry",
    "track_id": null,
    "recording_id": "c7958aac-41e7-4b2d-99d0-ad2167db2778",
    "artist": "Ramsey Lewis",
    "artist_ids": [
        "fe19b809-e86c-4736-882a-53b72e23171b"
    ],
    "album": "Mother Nature's Son",
    "release_id": null,
    "release_group_id": "c6eaa077-edd3-3ef6-8771-cd422562e19d",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}