Information about plays

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

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

{
    "id": 3639639,
    "uri": "https://api.kexp.org/v2/plays/3639639/?format=api",
    "airdate": "2026-04-08T23:25:40-07:00",
    "show": 66403,
    "show_uri": "https://api.kexp.org/v2/shows/66403/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbaa56ff-661d-4abf-b951-5b7b8ff0ad3b/44739732305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbaa56ff-661d-4abf-b951-5b7b8ff0ad3b/44739732305-250.jpg",
    "song": "Touch ’Em With Love",
    "track_id": null,
    "recording_id": "b3541dd7-e006-4628-a99c-bcedfe477abf",
    "artist": "Family Worship Center",
    "artist_ids": [
        "a4aa0c5a-a8cc-45e4-82a3-37af4857b6ff"
    ],
    "album": "Garden Grow",
    "release_id": null,
    "release_group_id": "3851b6c9-3837-431d-8ef3-09337d3aeab1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Nice cover of the Bobbie Gentry tune from 1969 from this Portland crew.\n\nhttps://familywarship.bandcamp.com/track/garden-grow-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}