Information about plays

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

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

{
    "id": 3611079,
    "uri": "https://api.kexp.org/v2/plays/3611079/?format=api",
    "airdate": "2026-01-30T14:59:05-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://ia803409.us.archive.org/35/items/mbid-04cf5bd8-5270-420e-91f1-362c2fc551d2/mbid-04cf5bd8-5270-420e-91f1-362c2fc551d2-19850288337_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-04cf5bd8-5270-420e-91f1-362c2fc551d2/mbid-04cf5bd8-5270-420e-91f1-362c2fc551d2-19850288337_thumb250.jpg",
    "song": "Downpressor Man",
    "track_id": "361a7647-354d-33ef-91bb-a79bd2bbf4d4",
    "recording_id": "c70c53ab-932d-4cef-94e4-962cf02b6bf0",
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Equal Rights",
    "release_id": "04cf5bd8-5270-420e-91f1-362c2fc551d2",
    "release_group_id": "3c46302b-426f-3fce-a6ad-b7f76fee40f4",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Josh!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}