Information about plays

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

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

{
    "id": 3600316,
    "uri": "https://api.kexp.org/v2/plays/3600316/?format=api",
    "airdate": "2026-01-04T19:28:36-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t You Want My Lovin’",
    "track_id": null,
    "recording_id": "2cf9e51d-abd1-40f6-adea-a1e73406cf96",
    "artist": "Wanda Walden",
    "artist_ids": [
        "8e2f2290-8b9b-43ca-b7b2-4675d3ffb43a"
    ],
    "album": "Searchin' for Love",
    "release_id": null,
    "release_group_id": "ec6e6fe8-d376-4695-9fe3-b6d963f252e0",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1981-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wanda Walden released \"Don’t You Want My Lovin’\" on her sole album Searchin' for Love in 1981.\nThe album spawned one other hit, \"I Must Be Dreamin'.\"",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}