Information about plays

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

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

{
    "id": 3529953,
    "uri": "https://api.kexp.org/v2/plays/3529953/?format=api",
    "airdate": "2025-07-21T14:25:02-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "https://ia803205.us.archive.org/2/items/mbid-5704598c-2d2b-4d1b-b1e9-2a6c7aa5d79d/mbid-5704598c-2d2b-4d1b-b1e9-2a6c7aa5d79d-4016661275_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/2/items/mbid-5704598c-2d2b-4d1b-b1e9-2a6c7aa5d79d/mbid-5704598c-2d2b-4d1b-b1e9-2a6c7aa5d79d-4016661275_thumb250.jpg",
    "song": "Are 'Friends' Electric?",
    "track_id": "e70f502b-0131-34f7-a419-177428593254",
    "recording_id": "54e83663-a482-4452-a857-44c3e123fd06",
    "artist": "Tubeway Army",
    "artist_ids": [
        "fc0bd304-cfd4-4478-9224-3446134d57fe"
    ],
    "album": "Replicas",
    "release_id": "5704598c-2d2b-4d1b-b1e9-2a6c7aa5d79d",
    "release_group_id": "c1fa1051-0993-397d-be13-2daec83eb841",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1998-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tubeway Army's Replicas had their first UK No. 1 on this day!\n\nReleased in 1979, Replicas is the second and final album from Tubeway Army. This track and the album topped U.K. charts. Read more here: https://tinyurl.com/2b5zf6d7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}