Information about plays

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

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

{
    "id": 3520162,
    "uri": "https://api.kexp.org/v2/plays/3520162/?format=api",
    "airdate": "2025-06-28T22:55:32-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/5bb579b8-6da6-4496-92f3-ffa2d28c7ce0/6374987101-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5bb579b8-6da6-4496-92f3-ffa2d28c7ce0/6374987101-250.jpg",
    "song": "Arms Race",
    "track_id": null,
    "recording_id": "71d92632-8ee0-4a90-8130-d1bac03cd04a",
    "artist": "The Partisans",
    "artist_ids": [
        "17f7a870-613d-4892-a135-3940e212295e"
    ],
    "album": "The Partisans",
    "release_id": null,
    "release_group_id": "33ff017c-d8f2-3980-8f00-f2f60f1d9410",
    "labels": [
        "No future"
    ],
    "label_ids": [
        "60267317-51dc-4e9a-a6da-fa3d581b2d6f"
    ],
    "release_date": "1983-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}