Information about plays

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

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

{
    "id": 3545717,
    "uri": "https://api.kexp.org/v2/plays/3545717/?format=api",
    "airdate": "2025-08-28T02:56:42-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ceb712f-e38a-4056-a276-ab50615ecc96/33514992869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ceb712f-e38a-4056-a276-ab50615ecc96/33514992869-250.jpg",
    "song": "Be With You (remix)",
    "track_id": null,
    "recording_id": "4480cfb0-3325-4a83-bdbb-e6603b166259",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "Various Remixes",
    "release_id": null,
    "release_group_id": "88d27f27-cd72-4614-959b-742126e62c2d",
    "labels": [
        "Uptown Records"
    ],
    "label_ids": [
        "98ff3848-3a73-4baf-abd6-2ca5b4f79f0b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring an early appearance from Ms. Lauryn Hill",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}