Information about plays

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

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

{
    "id": 3568767,
    "uri": "https://api.kexp.org/v2/plays/3568767/?format=api",
    "airdate": "2025-10-23T03:27:45-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3bb58d6-9b26-450f-bc16-eae74254238f/29223865014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3bb58d6-9b26-450f-bc16-eae74254238f/29223865014-250.jpg",
    "song": "Reggae Makossa",
    "track_id": null,
    "recording_id": "4fda6857-ecbe-4738-839f-897020d82317",
    "artist": "Brent Dowe & The Gaytones",
    "artist_ids": [
        "fcf88466-f0cf-4f81-b4cc-b85b22581132",
        "d92820c9-74e5-41f4-be8e-6cdc416588c9"
    ],
    "album": "Tribal Rites",
    "release_id": null,
    "release_group_id": "4e68ad30-74ba-4dee-af19-25a6193cd67b",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2017-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}