Information about plays

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

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

{
    "id": 3671050,
    "uri": "https://api.kexp.org/v2/plays/3671050/?format=api",
    "airdate": "2026-06-22T05:57:14-07:00",
    "show": 67057,
    "show_uri": "https://api.kexp.org/v2/shows/67057/?format=api",
    "image_uri": "https://dn711400.ca.archive.org/0/items/mbid-8b66bd37-5e40-4006-81cd-d2c9ffe595d4/mbid-8b66bd37-5e40-4006-81cd-d2c9ffe595d4-45186191734_thumb500.jpg",
    "thumbnail_uri": "https://dn711400.ca.archive.org/0/items/mbid-8b66bd37-5e40-4006-81cd-d2c9ffe595d4/mbid-8b66bd37-5e40-4006-81cd-d2c9ffe595d4-45186191734_thumb250.jpg",
    "song": "Just My Friend",
    "track_id": "d5e0251d-f79b-41db-9c2a-dd95094b6977",
    "recording_id": "6e0d6fc4-bd54-43b5-8be3-fc187a97cfcd",
    "artist": "Jordan Patterson",
    "artist_ids": [
        "6784caa3-39bc-4a39-8e0a-77a423284c96"
    ],
    "album": "Songs From A Valley Girl",
    "release_id": "8b66bd37-5e40-4006-81cd-d2c9ffe595d4",
    "release_group_id": "0d1154b3-9025-4a2a-bb17-c6f1afe1e5dd",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2026-06-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the new EP from Jordan Patterson, a 24-year-old singer, songwriter, and producer from the San Fernando Valley.\n\nhttps://jordanpatterson.bandcamp.com/album/songs-from-a-valley-girl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}