Information about plays

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

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

{
    "id": 3568777,
    "uri": "https://api.kexp.org/v2/plays/3568777/?format=api",
    "airdate": "2025-10-23T04:06:17-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Through the Night",
    "track_id": null,
    "recording_id": "0f6f287a-9b79-41fa-b4b9-c7d31b576a06",
    "artist": "Escort",
    "artist_ids": [
        "d1905c22-27b7-4e14-8e04-caf9a31ec8b4"
    ],
    "album": "Escort",
    "release_id": null,
    "release_group_id": "49c7254a-dfdf-4c53-8f49-7e8e12b6b266",
    "labels": [
        "Tirk Recordings"
    ],
    "label_ids": [
        "c00c309f-448d-4249-86a4-44ecb73abab0"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adi Oasis was the frontwoman and bassist of NYC-based disco revivalists Escort.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}