Information about plays

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

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

{
    "id": 3544147,
    "uri": "https://api.kexp.org/v2/plays/3544147/?format=api",
    "airdate": "2025-08-24T09:38:18-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/53e4761d-024a-415f-833c-01b47e11c8c3/11781535870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53e4761d-024a-415f-833c-01b47e11c8c3/11781535870-250.jpg",
    "song": "Mozambique",
    "track_id": null,
    "recording_id": "1b612fd2-1f2f-4080-822c-5b01f9b23494",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Desire",
    "release_id": null,
    "release_group_id": "fc325dd3-73ed-36aa-9c77-6b65a958e3cf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1976-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Emmylou Harris on backing vocals. While some think this song is nodding to the, at the time, recent independence of Mozambique, there’s no evidence or acknowledgement from Dylan about its meaning, but that doesn’t stop Dylan scholars from trying to understand the mysterious songwriter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}