Information about plays

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

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

{
    "id": 3547036,
    "uri": "https://api.kexp.org/v2/plays/3547036/?format=api",
    "airdate": "2025-08-31T04:42:47-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4c4ce8b-81d6-4b30-898f-0646675bc698/41976596927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4c4ce8b-81d6-4b30-898f-0646675bc698/41976596927-250.jpg",
    "song": "3 AM Wine Drunk",
    "track_id": null,
    "recording_id": null,
    "artist": "Qur'an Shaheed",
    "artist_ids": [
        "e5d854e7-2a6e-4f06-9070-6b562bb0a227"
    ],
    "album": "Pulse",
    "release_id": null,
    "release_group_id": "8f29b87c-6d56-4040-859d-b6e48a5dd956",
    "labels": [
        "Leaving Records"
    ],
    "label_ids": [
        "89150667-0630-4d6d-9b57-b2e723323c5f"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Very cool record from the L.A. musician - https://quranshaheed.bandcamp.com/album/pulse",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}