Information about plays

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

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

{
    "id": 3570070,
    "uri": "https://api.kexp.org/v2/plays/3570070/?format=api",
    "airdate": "2025-10-26T02:51:53-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/7579e370-417b-3473-a6f0-c30fb19acad5/38531649903-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7579e370-417b-3473-a6f0-c30fb19acad5/38531649903-250.jpg",
    "song": "Drunk Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": null,
    "release_group_id": "8898e5eb-48aa-4eea-8569-d3a2e9adaf02",
    "labels": [
        "DFA"
    ],
    "label_ids": [],
    "release_date": "2010-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}