Information about plays

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

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

{
    "id": 3519982,
    "uri": "https://api.kexp.org/v2/plays/3519982/?format=api",
    "airdate": "2025-06-28T15:20:30-07:00",
    "show": 63862,
    "show_uri": "https://api.kexp.org/v2/shows/63862/?format=api",
    "image_uri": "https://coverartarchive.org/release/c97bb133-cfcf-4e8c-922f-b13eab1ea804/31853292937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c97bb133-cfcf-4e8c-922f-b13eab1ea804/31853292937-250.jpg",
    "song": "Dance (club mix)",
    "track_id": null,
    "recording_id": "d170a3f9-d7ea-4ded-8911-55a4a8870d0d",
    "artist": "Earth People",
    "artist_ids": [
        "d01fccd6-f8ab-45d7-837f-1041ea848f7d"
    ],
    "album": "Dance",
    "release_id": null,
    "release_group_id": "69124235-8002-469f-b6b0-fc4325c5ea99",
    "labels": [
        "Cabaret"
    ],
    "label_ids": [
        "7e2d0792-2466-4d9e-b389-782268cbf295"
    ],
    "release_date": "2008-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dance (Club Mix)\" is the 1989-released single from Earth People, better known as iconic New York City house producer Pal Joey (Joseph Longo).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}