Information about plays

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

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

{
    "id": 3622270,
    "uri": "https://api.kexp.org/v2/plays/3622270/?format=api",
    "airdate": "2026-02-25T20:26:35-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yallah!",
    "track_id": "828203e8-b1cc-41d6-91f1-ba0e33da0f35",
    "recording_id": "4d0f6c6b-91e1-4a47-a497-88d98e635093",
    "artist": "Psyché feat. MERVE",
    "artist_ids": [
        "2e7579f1-a196-447b-8063-a53dc9a1d707",
        "6b08283b-2bfd-4647-b060-08df0551df84"
    ],
    "album": "Yallah!",
    "release_id": "75920050-73d8-41fd-8b72-09dc5a62ceac",
    "release_group_id": "0557b99f-3d69-4bae-ac10-2bd67dcaec90",
    "labels": [
        "Four Flies Records"
    ],
    "label_ids": [
        "a46b3c7f-6f70-4dde-8446-71186ff3dfe2"
    ],
    "release_date": "2026-02-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "featuring former vocalist from Altin Gün. https://www.fourfliesrecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}