Information about plays

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

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

{
    "id": 3566595,
    "uri": "https://api.kexp.org/v2/plays/3566595/?format=api",
    "airdate": "2025-10-18T02:56:22-07:00",
    "show": 64862,
    "show_uri": "https://api.kexp.org/v2/shows/64862/?format=api",
    "image_uri": "https://coverartarchive.org/release/fdf2b670-87f5-48e5-bde7-23877f28e21e/42470050716-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fdf2b670-87f5-48e5-bde7-23877f28e21e/42470050716-250.jpg",
    "song": "Velvet Lies (Metallic Garden)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pictureplane",
    "artist_ids": [
        "2f093804-9909-42c8-9355-741f032860ec"
    ],
    "album": "Velvet Lies (Metallic Garden)",
    "release_id": null,
    "release_group_id": "4959c20e-7890-4168-a6f3-5165cb1b35a6",
    "labels": [
        "Music Website"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}