Information about plays

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

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

{
    "id": 3561964,
    "uri": "https://api.kexp.org/v2/plays/3561964/?format=api",
    "airdate": "2025-10-06T08:29:55-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia801306.us.archive.org/30/items/mbid-cd115704-d392-4d05-95e0-491e9fd82852/mbid-cd115704-d392-4d05-95e0-491e9fd82852-2531553574_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/30/items/mbid-cd115704-d392-4d05-95e0-491e9fd82852/mbid-cd115704-d392-4d05-95e0-491e9fd82852-2531553574_thumb250.jpg",
    "song": "Melatonin",
    "track_id": "f6255b13-832d-3e09-b9d5-a510d1266cd5",
    "recording_id": "98b7e831-4e2e-449c-84b2-ca4fc43346ba",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Carnavas",
    "release_id": "cd115704-d392-4d05-95e0-491e9fd82852",
    "release_group_id": "4eb68c5b-dc3f-3a1d-bcc1-9ade293f7627",
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#599 on YOUR countdown of the greatest albums of all-time. \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}