Information about plays

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

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

{
    "id": 3639290,
    "uri": "https://api.kexp.org/v2/plays/3639290/?format=api",
    "airdate": "2026-04-08T02:48:16-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://coverartarchive.org/release/75541e3c-dae5-3b22-b073-d279357e3a18/4432180402-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75541e3c-dae5-3b22-b073-d279357e3a18/4432180402-250.jpg",
    "song": "No Words No More",
    "track_id": null,
    "recording_id": "38193cc9-1c53-40c8-822c-d50607b241f5",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Love and Rockets",
    "release_id": null,
    "release_group_id": "f6f6074d-e7d8-3836-b992-a8af04434e12",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1989-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}