Information about plays

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

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

{
    "id": 3573559,
    "uri": "https://api.kexp.org/v2/plays/3573559/?format=api",
    "airdate": "2025-11-03T16:16:33-08:00",
    "show": 65015,
    "show_uri": "https://api.kexp.org/v2/shows/65015/?format=api",
    "image_uri": "https://coverartarchive.org/release/05b9c9fa-4bf7-45dd-933d-b23314ae51c0/39560898716-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05b9c9fa-4bf7-45dd-933d-b23314ae51c0/39560898716-250.jpg",
    "song": "Peaceful Place",
    "track_id": null,
    "recording_id": "6dde8d37-528a-4a84-a720-284de9d294c7",
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Leon",
    "release_id": null,
    "release_group_id": "e10184a1-7777-40d1-b4e9-1f394f8e41a7",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2024-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth record from Fort Worth, Texas artist Leon Bridges.\n\nWatch the official music video of Peaceful Place here:\n\nhttps://www.youtube.com/watch?v=LtdrdE6sssg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}