Information about plays

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

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

{
    "id": 3574958,
    "uri": "https://api.kexp.org/v2/plays/3574958/?format=api",
    "airdate": "2025-11-07T03:04:25-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "https://coverartarchive.org/release/518d6394-6e9e-4f76-bb36-fddfc5e3c594/32525425497-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/518d6394-6e9e-4f76-bb36-fddfc5e3c594/32525425497-250.jpg",
    "song": "Soul on Ice (remix) (clean)",
    "track_id": null,
    "recording_id": "bd5bdaf1-26c0-466a-a586-21526b12b2f5",
    "artist": "Ras Kass",
    "artist_ids": [
        "ccceb435-efd5-426a-bcdc-024262712525"
    ],
    "album": "Soul on Ice Remix / Marinatin'",
    "release_id": null,
    "release_group_id": "fcf31863-33d8-4d16-8011-e16c1799373b",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}