Information about plays

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

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

{
    "id": 3540181,
    "uri": "https://api.kexp.org/v2/plays/3540181/?format=api",
    "airdate": "2025-08-15T00:28:06-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/8daabcf2-16f5-4d4c-95ca-5917ebc5a329/17285322861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8daabcf2-16f5-4d4c-95ca-5917ebc5a329/17285322861-250.jpg",
    "song": "Don't Touch It",
    "track_id": null,
    "recording_id": "d43af48e-10ab-416c-85db-50a7de1ad0e7",
    "artist": "Maxx Traxx",
    "artist_ids": [
        "ec8a19c7-4df0-4d09-a15a-b71a1d2fb251"
    ],
    "album": "Maxx Traxx",
    "release_id": null,
    "release_group_id": "a023cbbb-174f-4e70-bfd7-1947b4f67758",
    "labels": [
        "Pulse Records"
    ],
    "label_ids": [
        "4ecaafa9-c760-432e-844a-6840792d753d"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}