Information about plays

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

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

{
    "id": 3519764,
    "uri": "https://api.kexp.org/v2/plays/3519764/?format=api",
    "airdate": "2025-06-28T02:32:28-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "https://coverartarchive.org/release/773d23d1-a1fe-499a-8fc4-daccb76c9f85/39195923759-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/773d23d1-a1fe-499a-8fc4-daccb76c9f85/39195923759-250.jpg",
    "song": "Sword, NYC",
    "track_id": null,
    "recording_id": "d531b265-c985-49c7-8ef5-e6ab53117bda",
    "artist": "Privacy",
    "artist_ids": [
        "0a4ec829-703c-431e-9fcb-8dda86ea109a"
    ],
    "album": "Mnemosyne",
    "release_id": null,
    "release_group_id": "33efc301-0f35-4ab5-b0c6-6298a67c7ccf",
    "labels": [
        "TRUST"
    ],
    "label_ids": [
        "8d01b40a-6d22-4c81-a6ca-527548bd6d11"
    ],
    "release_date": "2024-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://trust.bandcamp.com/track/sword-nyc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}