Information about plays

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

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

{
    "id": 3566556,
    "uri": "https://api.kexp.org/v2/plays/3566556/?format=api",
    "airdate": "2025-10-18T00:38:10-07:00",
    "show": 64861,
    "show_uri": "https://api.kexp.org/v2/shows/64861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Believe",
    "track_id": null,
    "recording_id": "9ae41370-9861-4715-a6e4-2a8d3a404cfe",
    "artist": "Q‐Tip feat. D’Angelo",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Live at the Renaissance",
    "release_id": null,
    "release_group_id": "bc1f3b02-4e4a-3994-bab8-0f47ebdae2dc",
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}