Information about plays

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

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

{
    "id": 3521890,
    "uri": "https://api.kexp.org/v2/plays/3521890/?format=api",
    "airdate": "2025-07-03T00:45:14-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://coverartarchive.org/release/e66ff191-3e85-48bf-9d82-f66e6e995a28/15473580472-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e66ff191-3e85-48bf-9d82-f66e6e995a28/15473580472-250.jpg",
    "song": "It Be’s That Way Sometime",
    "track_id": null,
    "recording_id": "7a349ebb-b97c-40db-b4a7-0945e51d87eb",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Silk & Soul",
    "release_id": null,
    "release_group_id": "84c5ae6a-c2f6-3f69-bc2c-54a7013bfe67",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}